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