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