3 writes to IsReadOnly
Microsoft.Build.Tasks.Core (3)
FileState.cs (3)
135
IsReadOnly
= !IsDirectory
149
IsReadOnly
= fileInfo.IsReadOnly;
162
IsReadOnly
= false;
1 reference to IsReadOnly
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
260
internal bool IsReadOnly => !DirectoryExists && _data.Value.
IsReadOnly
;