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