3 references to DotnetRootEnvVarName
Microsoft.Build.Framework (3)
DotnetHostEnvironmentHelper.cs (3)
51
if (!buildProcessEnvironment.ContainsKey(
DotnetRootEnvVarName
))
53
Environment.SetEnvironmentVariable(
DotnetRootEnvVarName
, null);
96
[
DotnetRootEnvVarName
] = dotnetRoot,