1 instantiation of OutOfProcServerNode
MSBuild (1)
XMake.cs (1)
3193OutOfProcServerNode serverNode = new(buildFunction);
5 references to OutOfProcServerNode
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (3)
149_pipeName = OutOfProcServerNode.GetPipeName(_handshake); 319string serverRunningMutexName = OutOfProcServerNode.GetRunningServerMutexName(_handshake); 326string serverBusyMutexName = OutOfProcServerNode.GetBusyServerMutexName(_handshake);
MSBuild (2)
XMake.cs (2)
3174OutOfProcServerNode.BuildCallback buildFunction = (commandLine) => 3193OutOfProcServerNode serverNode = new(buildFunction);