8 references to DotnetHostPath
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
458return (taskHostParameters.DotnetHostPath, GetMSBuildAssemblyPath(taskHostParameters));
Instance\TaskRegistry.cs (2)
956string.Equals(x.DotnetHostPath, y.DotnetHostPath, StringComparison.OrdinalIgnoreCase) &&
Microsoft.Build.Engine.UnitTests (2)
TestComparers\TaskRegistryComparers.cs (2)
58Assert.Equal(xParams.DotnetHostPath, yParams.DotnetHostPath);
Microsoft.Build.Framework (3)
BinaryTranslator.cs (1)
1131string dotnetHostPath = value.DotnetHostPath;
TaskHostParameters.cs (2)
110dotnetHostPath: overrideParameters.DotnetHostPath ?? baseParameters.DotnetHostPath,