13 references to DotnetHostEnvironmentHelper
Microsoft.Build (5)
BackEnd\Components\Communications\NodeLauncher.cs (2)
139
DotnetHostEnvironmentHelper
.ApplyEnvironmentOverrides(processStartInfo.Environment, nodeLaunchData.EnvironmentOverrides);
280
DotnetHostEnvironmentHelper
.ApplyEnvironmentOverrides(environment, environmentOverrides);
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
102
EnvironmentOverrides:
DotnetHostEnvironmentHelper
.CreateDotnetRootEnvironmentOverrides());
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
759
IDictionary<string, string> dotnetOverrides =
DotnetHostEnvironmentHelper
.CreateDotnetRootEnvironmentOverrides(dotnetHostPath);
BackEnd\Node\OutOfProcNode.cs (1)
746
DotnetHostEnvironmentHelper
.ClearBootstrapDotnetRootEnvironment(_buildParameters.BuildProcessEnvironment);
Microsoft.Build.Engine.UnitTests (7)
BackEnd\AppHostSupport_Tests.cs (7)
40
var overrides =
DotnetHostEnvironmentHelper
.CreateDotnetRootEnvironmentOverrides(_dotnetHostPath);
52
var overrides =
DotnetHostEnvironmentHelper
.CreateDotnetRootEnvironmentOverrides(_dotnetHostPath);
71
var overrides =
DotnetHostEnvironmentHelper
.CreateDotnetRootEnvironmentOverrides(hostPath);
81
var overrides =
DotnetHostEnvironmentHelper
.CreateDotnetRootEnvironmentOverrides(hostPath);
98
DotnetHostEnvironmentHelper
.ClearBootstrapDotnetRootEnvironment(originalEnvironment);
126
DotnetHostEnvironmentHelper
.ClearBootstrapDotnetRootEnvironment(originalEnvironment);
151
DotnetHostEnvironmentHelper
.ClearBootstrapDotnetRootEnvironment(originalEnvironment);
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1079
DotnetHostEnvironmentHelper
.ClearBootstrapDotnetRootEnvironment(taskConfiguration.BuildProcessEnvironment);