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