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