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