2 writes to IsReadOnly
Microsoft.Build.Tasks.Core (2)
FileState.cs (2)
157
IsReadOnly
= fileInfo.IsReadOnly;
170
IsReadOnly
= false;
1 reference to IsReadOnly
Microsoft.Build.Tasks.Core (1)
FileState.cs (1)
260
internal bool IsReadOnly => !DirectoryExists && _data.Value.
IsReadOnly
;