1 instantiation of OutOfProcServerNode
MSBuild (1)
XMake.cs (1)
3436
OutOfProcServerNode node =
new
(buildFunction);
6 references to OutOfProcServerNode
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (3)
122
_pipeName =
OutOfProcServerNode
.GetPipeName(_handshake);
292
string serverRunningMutexName =
OutOfProcServerNode
.GetRunningServerMutexName(_handshake);
299
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)
3417
OutOfProcServerNode
.BuildCallback buildFunction = (commandLine) =>
3436
OutOfProcServerNode
node = new(buildFunction);