3 writes to _operation
Microsoft.Build (3)
FileAccess\FileAccessData.cs (3)
76
_operation
= operation;
95
private set =>
_operation
= value;
194
translator.TranslateEnum(ref
_operation
, (int)_operation);
2 references to _operation
Microsoft.Build (2)
FileAccess\FileAccessData.cs (2)
94
readonly get =>
_operation
;
194
translator.TranslateEnum(ref _operation, (int)
_operation
);