2 implementations of Start
Microsoft.Build (2)
BackEnd\Components\Communications\DetouredNodeLauncher.cs (1)
58
public Process
Start
(string msbuildLocation, string commandLineArgs, int nodeId)
BackEnd\Components\Communications\NodeLauncher.cs (1)
38
public Process
Start
(string msbuildLocation, string commandLineArgs, int nodeId)
1 reference to Start
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
336
Process msbuildProcess = nodeLauncher.
Start
(msbuildLocation, commandLineArgs, nodeId);