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