3 writes to _flagsAndAttributes
Microsoft.Build (3)
FileAccess\FileAccessData.cs (3)
48_flagsAndAttributes = flagsAndAttributes; 109private set => _flagsAndAttributes = value; 142translator.TranslateEnum(ref _flagsAndAttributes, (int)_flagsAndAttributes);
2 references to _flagsAndAttributes
Microsoft.Build (2)
FileAccess\FileAccessData.cs (2)
108readonly get => _flagsAndAttributes; 142translator.TranslateEnum(ref _flagsAndAttributes, (int)_flagsAndAttributes);