1 instantiation of OutOfProcServerNode
MSBuild (1)
XMake.cs (1)
3457OutOfProcServerNode 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); 364string serverRunningMutexName = OutOfProcServerNode.GetRunningServerMutexName(_handshake); 371string serverBusyMutexName = OutOfProcServerNode.GetBusyServerMutexName(_handshake); 584$"{OutOfProcServerNode.ServerInstanceIdCommandLineSwitch}{_serverInstanceId}"
MSBuild (3)
XMake.cs (3)
2138bool shortLived = spawned && OutOfProcServerNode.CurrentBuildShutsDownServerNode; 3433OutOfProcServerNode.BuildCallback buildFunction = (commandLine) => 3457OutOfProcServerNode serverNode = new(buildFunction, ProcessServerInstanceIdSwitch(commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.ServerInstanceId]));