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