1 instantiation of OutOfProcServerNode
MSBuild (1)
XMake.cs (1)
3437OutOfProcServerNode serverNode = new(buildFunction);
6 references to OutOfProcServerNode
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (3)
178_pipeName = OutOfProcServerNode.GetPipeName(_handshake); 347string serverRunningMutexName = OutOfProcServerNode.GetRunningServerMutexName(_handshake); 354string serverBusyMutexName = OutOfProcServerNode.GetBusyServerMutexName(_handshake);
MSBuild (3)
XMake.cs (3)
2137bool shortLived = spawned && OutOfProcServerNode.CurrentBuildShutsDownServerNode; 3413OutOfProcServerNode.BuildCallback buildFunction = (commandLine) => 3437OutOfProcServerNode serverNode = new(buildFunction);