3 writes to IsReadOnly
Microsoft.Build.Tasks.Core (3)
FileState.cs (3)
136
IsReadOnly
= !IsDirectory
150
IsReadOnly
= fileInfo.IsReadOnly;
163
IsReadOnly
= false;
1 reference to IsReadOnly
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
251
internal bool IsReadOnly => !DirectoryExists && _data.Value.
IsReadOnly
;