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