2 implementations of Start
Microsoft.Build (2)
BackEnd\Components\Communications\DetouredNodeLauncher.cs (1)
57
public Process
Start
(NodeLaunchData launchData, int nodeId)
BackEnd\Components\Communications\NodeLauncher.cs (1)
46
public Process
Start
(NodeLaunchData launchData, int nodeId)
2 references to Start
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
374
Process msbuildProcess = nodeLauncher.
Start
(launchData, nodeId);
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
77
_ = _nodeLauncher.
Start
(new NodeLaunchData(msbuildLocation, commandLineArgs), nodeId: 0);