2 references to IsNodeReuseEnabled
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
691
return ResolveAppHostOrFallback(GetMSBuildPath(taskHostParameters), taskHostParameters.DotnetHostPath, hostContext,
IsNodeReuseEnabled
(hostContext));
708
return new NodeLaunchData(GetMSBuildExecutablePathForNonNETRuntimes(hostContext), BuildCommandLineArgs(
IsNodeReuseEnabled
(hostContext)), new Handshake(hostContext));