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