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