Implemented interface member:
method
Start
Microsoft.Build.BackEnd.INodeLauncher.Start(Microsoft.Build.BackEnd.NodeLaunchData, System.Int32)
1 reference to Start
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
462
using Process msbuildProcess = nodeLauncher.
Start
(new NodeLaunchData(_msbuildLocation, string.Join(" ", msBuildServerOptions)), nodeId: 0);