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