2 writes to _outputType
Microsoft.Build (2)
BackEnd\Node\ServerNodeConsoleWrite.cs (2)
31
_outputType
= outputType;
37
translator.TranslateEnum(ref
_outputType
, (int)_outputType);
2 references to _outputType
Microsoft.Build (2)
BackEnd\Node\ServerNodeConsoleWrite.cs (2)
21
public ConsoleOutput OutputType =>
_outputType
;
37
translator.TranslateEnum(ref _outputType, (int)
_outputType
);