6 references to DotnetHostEnvironmentHelper
Microsoft.Build (5)
BackEnd\Client\MSBuildClient.cs (1)
475
EnvironmentOverrides:
DotnetHostEnvironmentHelper
.CreateDotnetRootEnvironmentOverrides());
BackEnd\Components\Communications\NodeLauncher.cs (1)
133
DotnetHostEnvironmentHelper
.ApplyEnvironmentOverrides(processStartInfo.Environment, nodeLaunchData.EnvironmentOverrides);
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
101
EnvironmentOverrides:
DotnetHostEnvironmentHelper
.CreateDotnetRootEnvironmentOverrides());
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
818
var dotnetOverrides =
DotnetHostEnvironmentHelper
.CreateDotnetRootEnvironmentOverrides(dotnetHostPath);
BackEnd\Node\OutOfProcNode.cs (1)
746
DotnetHostEnvironmentHelper
.ClearBootstrapDotnetRootEnvironment(_buildParameters.BuildProcessEnvironment);
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
1431
DotnetHostEnvironmentHelper
.ClearBootstrapDotnetRootEnvironment(taskConfiguration.BuildProcessEnvironment);