2 references to DotnetHostPathEnvVarName
Microsoft.Build (2)
Evaluation\Evaluator.cs (1)
1907
_data.AddSdkResolvedEnvironmentVariable(Constants.
DotnetHostPathEnvVarName
, dotnetExe);
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
652
string hostPath = getProperty(Constants.
DotnetHostPathEnvVarName
)?.EvaluatedValue;