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