2 references to ServerNodeConsoleWrite
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
412
using (RedirectConsoleWriter outWriter = new(text => SendPacket(new
ServerNodeConsoleWrite
(text, ConsoleOutput.Standard))))
413
using (RedirectConsoleWriter errWriter = new(text => SendPacket(new
ServerNodeConsoleWrite
(text, ConsoleOutput.Error))))