6 references to OutOfProcServerNode
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
458
NodeModeHelper.ToCommandLineArgument(NodeMode.
OutOfProcServerNode
)
BackEnd\Node\OutOfProcServerNode.cs (1)
329
int serverNodeCount = NodeProviderOutOfProcBase.CountActiveNodesWithMode(NodeMode.
OutOfProcServerNode
);
Microsoft.Build.CommandLine.UnitTests (3)
XMake_Tests.cs (3)
713
MSBuildApp.ParseNodeMode("8").ShouldBe(NodeMode.
OutOfProcServerNode
);
726
MSBuildApp.ParseNodeMode("OutOfProcServerNode").ShouldBe(NodeMode.
OutOfProcServerNode
);
727
MSBuildApp.ParseNodeMode("outofprocservernode").ShouldBe(NodeMode.
OutOfProcServerNode
);
MSBuild (1)
XMake.cs (1)
3008
case NodeMode.
OutOfProcServerNode
: