6 references to DotnetHostPath
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
517return (taskHostParameters.DotnetHostPath, GetMSBuildPath(taskHostParameters)); 750return ResolveAppHostOrFallback(GetMSBuildPath(taskHostParameters), taskHostParameters.DotnetHostPath, hostContext, IsNodeReuseEnabled(hostContext));
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
453dotnetHostPath: taskHostParameters.DotnetHostPath,
Microsoft.Build.Framework (3)
BinaryTranslator.cs (1)
1077string dotnetHostPath = value.DotnetHostPath;
TaskHostParameters.cs (2)
134dotnetHostPath: overrideParameters.DotnetHostPath ?? baseParameters.DotnetHostPath,