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