1 instantiation of OutOfProcServerNode
MSBuild (1)
XMake.cs (1)
3446OutOfProcServerNode node = new(buildFunction);
6 references to OutOfProcServerNode
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (3)
132_pipeName = OutOfProcServerNode.GetPipeName(_handshake); 307string serverRunningMutexName = OutOfProcServerNode.GetRunningServerMutexName(_handshake); 314string serverBusyMutexName = OutOfProcServerNode.GetBusyServerMutexName(_handshake);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\RedirectConsoleWriter_Tests.cs (1)
21using (OutOfProcServerNode.RedirectConsoleWriter writer = new(text => sb.Append(text)))
MSBuild (2)
XMake.cs (2)
3427OutOfProcServerNode.BuildCallback buildFunction = (commandLine) => 3446OutOfProcServerNode node = new(buildFunction);