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