1 instantiation of OutOfProcServerNode
MSBuild (1)
XMake.cs (1)
3043
OutOfProcServerNode serverNode =
new
(buildFunction);
5 references to OutOfProcServerNode
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (3)
128
_pipeName =
OutOfProcServerNode
.GetPipeName(_handshake);
298
string serverRunningMutexName =
OutOfProcServerNode
.GetRunningServerMutexName(_handshake);
305
string serverBusyMutexName =
OutOfProcServerNode
.GetBusyServerMutexName(_handshake);
MSBuild (2)
XMake.cs (2)
3024
OutOfProcServerNode
.BuildCallback buildFunction = (commandLine) =>
3043
OutOfProcServerNode
serverNode = new(buildFunction);