5 references to OutOfProcRarNode
Microsoft.Build (1)
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
76string commandLineArgs = string.Join(" ", ["/nologo", NodeModeHelper.ToCommandLineArgument(NodeMode.OutOfProcRarNode)]);
Microsoft.Build.CommandLine.UnitTests (3)
XMake_Tests.cs (3)
712MSBuildApp.ParseNodeMode("3").ShouldBe(NodeMode.OutOfProcRarNode); 724MSBuildApp.ParseNodeMode("OutOfProcRarNode").ShouldBe(NodeMode.OutOfProcRarNode); 725MSBuildApp.ParseNodeMode("outofprocrarnode").ShouldBe(NodeMode.OutOfProcRarNode);
MSBuild (1)
XMake.cs (1)
2993case NodeMode.OutOfProcRarNode: