3 writes to _flagsAndAttributes
Microsoft.Build (3)
FileAccess\FileAccessData.cs (3)
83_flagsAndAttributes = flagsAndAttributes; 146private set => _flagsAndAttributes = value; 201translator.TranslateEnum(ref _flagsAndAttributes, (int)_flagsAndAttributes);
2 references to _flagsAndAttributes
Microsoft.Build (2)
FileAccess\FileAccessData.cs (2)
145readonly get => _flagsAndAttributes; 201translator.TranslateEnum(ref _flagsAndAttributes, (int)_flagsAndAttributes);