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