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