1 instantiation of OutOfProcServerNode
MSBuild (1)
XMake.cs (1)
3446
OutOfProcServerNode node =
new
(buildFunction);
6 references to OutOfProcServerNode
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (3)
132
_pipeName =
OutOfProcServerNode
.GetPipeName(_handshake);
307
string serverRunningMutexName =
OutOfProcServerNode
.GetRunningServerMutexName(_handshake);
314
string serverBusyMutexName =
OutOfProcServerNode
.GetBusyServerMutexName(_handshake);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\RedirectConsoleWriter_Tests.cs (1)
21
using (
OutOfProcServerNode
.RedirectConsoleWriter writer = new(text => sb.Append(text)))
MSBuild (2)
XMake.cs (2)
3427
OutOfProcServerNode
.BuildCallback buildFunction = (commandLine) =>
3446
OutOfProcServerNode
node = new(buildFunction);