1 instantiation of OutOfProcServerNode
MSBuild (1)
XMake.cs (1)
3457
OutOfProcServerNode serverNode =
new
(buildFunction, ProcessServerInstanceIdSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.ServerInstanceId]));
7 references to OutOfProcServerNode
Microsoft.Build (4)
BackEnd\Client\MSBuildClient.cs (4)
195
_pipeName =
OutOfProcServerNode
.GetPipeName(_handshake);
364
string serverRunningMutexName =
OutOfProcServerNode
.GetRunningServerMutexName(_handshake);
371
string serverBusyMutexName =
OutOfProcServerNode
.GetBusyServerMutexName(_handshake);
584
$"{
OutOfProcServerNode
.ServerInstanceIdCommandLineSwitch}{_serverInstanceId}"
MSBuild (3)
XMake.cs (3)
2138
bool shortLived = spawned &&
OutOfProcServerNode
.CurrentBuildShutsDownServerNode;
3433
OutOfProcServerNode
.BuildCallback buildFunction = (commandLine) =>
3457
OutOfProcServerNode
serverNode = new(buildFunction, ProcessServerInstanceIdSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.ServerInstanceId]));