3 writes to _operation
Microsoft.Build (3)
FileAccess\FileAccessData.cs (3)
41
_operation
= operation;
58
private set =>
_operation
= value;
135
translator.TranslateEnum(ref
_operation
, (int)_operation);
2 references to _operation
Microsoft.Build (2)
FileAccess\FileAccessData.cs (2)
57
readonly get =>
_operation
;
135
translator.TranslateEnum(ref _operation, (int)
_operation
);