1 instantiation of OutOfProcServerNode
MSBuild (1)
XMake.cs (1)
3043
OutOfProcServerNode serverNode =
new
(buildFunction);
6 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);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\RedirectConsoleWriter_Tests.cs (1)
20
using (
OutOfProcServerNode
.RedirectConsoleWriter writer = new(text => sb.Append(text)))
MSBuild (2)
XMake.cs (2)
3024
OutOfProcServerNode
.BuildCallback buildFunction = (commandLine) =>
3043
OutOfProcServerNode
serverNode = new(buildFunction);