7 instantiations of NodeLaunchData
Microsoft.Build (7)
BackEnd\Client\MSBuildClient.cs (1)
473NodeLaunchData launchData = new(
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
98NodeLaunchData nodeLaunchData = new(
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
401NodeLaunchData launchData = new(msbuildLocation, commandLineArgs, nodeLaunchData.Handshake, nodeLaunchData.EnvironmentOverrides);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
769return new NodeLaunchData(GetMSBuildExecutablePathForNonNETRuntimes(hostContext), BuildCommandLineArgs(IsNodeReuseEnabled(hostContext)), new Handshake(hostContext)); 824: new NodeLaunchData( 842return new NodeLaunchData(
BackEnd\Components\Communications\RarNodeLauncher.cs (1)
77_ = _nodeLauncher.Start(new NodeLaunchData(msbuildLocation, commandLineArgs), nodeId: 0);
11 references to NodeLaunchData
Microsoft.Build (11)
BackEnd\Client\MSBuildClient.cs (1)
473NodeLaunchData launchData = new(
BackEnd\Components\Communications\INodeLauncher.cs (1)
38Process Start(NodeLaunchData launchData, int nodeId);
BackEnd\Components\Communications\NodeLauncher.cs (3)
50public Process Start(NodeLaunchData launchData, int nodeId) 60private Process StartInternal(NodeLaunchData nodeLaunchData) 114private Process StartProcessUnix(NodeLaunchData nodeLaunchData, string exeName, bool redirectStreams, bool isNativeAppHost)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
98NodeLaunchData nodeLaunchData = new(
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
210NodeLaunchData nodeLaunchData, 401NodeLaunchData launchData = new(msbuildLocation, commandLineArgs, nodeLaunchData.Handshake, nodeLaunchData.EnvironmentOverrides);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
727NodeLaunchData nodeLaunchData = ResolveNodeLaunchConfiguration(hostContext, taskHostParameters); 747NodeLaunchData ResolveNodeLaunchConfiguration(HandshakeOptions hostContext, in TaskHostParameters taskHostParameters) 788private NodeLaunchData ResolveAppHostOrFallback(