8 references to DotnetHostPath
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
481return (taskHostParameters.DotnetHostPath, GetMSBuildPath(taskHostParameters)); 691return ResolveAppHostOrFallback(GetMSBuildPath(taskHostParameters), taskHostParameters.DotnetHostPath, hostContext, IsNodeReuseEnabled(hostContext));
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
446dotnetHostPath: taskHostParameters.DotnetHostPath,
Microsoft.Build.Engine.UnitTests (2)
TestComparers\TaskRegistryComparers.cs (2)
58Assert.Equal(xParams.DotnetHostPath, yParams.DotnetHostPath);
Microsoft.Build.Framework (3)
BinaryTranslator.cs (1)
1089string dotnetHostPath = value.DotnetHostPath;
TaskHostParameters.cs (2)
134dotnetHostPath: overrideParameters.DotnetHostPath ?? baseParameters.DotnetHostPath,