1 implementation of Start
Microsoft.Build (1)
BackEnd\Components\Communications\NodeLauncher.cs (1)
38
public Process
Start
(string msbuildLocation, string commandLineArgs, int nodeId)
2 references to Start
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
337
Process msbuildProcess = nodeLauncher.
Start
(msbuildLocation, commandLineArgs, nodeId);
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
76
_ = _nodeLauncher.
Start
(msbuildLocation, commandLineArgs, nodeId: 0);