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