7 instantiations of NodeLaunchData
Microsoft.Build (7)
BackEnd\Client\MSBuildClient.cs (1)
472
NodeLaunchData launchData =
new
(
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
97
NodeLaunchData nodeLaunchData =
new
(
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
391
NodeLaunchData launchData =
new
(msbuildLocation, commandLineArgs, nodeLaunchData.Handshake, nodeLaunchData.EnvironmentOverrides);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
767
return new
NodeLaunchData
(GetMSBuildExecutablePathForNonNETRuntimes(hostContext), BuildCommandLineArgs(IsNodeReuseEnabled(hostContext)), new Handshake(hostContext));
822
: new
NodeLaunchData
(
840
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)
472
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)
97
NodeLaunchData
nodeLaunchData = new(
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
210
NodeLaunchData
nodeLaunchData,
391
NodeLaunchData
launchData = new(msbuildLocation, commandLineArgs, nodeLaunchData.Handshake, nodeLaunchData.EnvironmentOverrides);
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (3)
725
NodeLaunchData
nodeLaunchData = ResolveNodeLaunchConfiguration(hostContext, taskHostParameters);
745
NodeLaunchData
ResolveNodeLaunchConfiguration(HandshakeOptions hostContext, in TaskHostParameters taskHostParameters)
786
private
NodeLaunchData
ResolveAppHostOrFallback(