7 references to CreateDotnetRootEnvironmentOverrides
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
476EnvironmentOverrides: DotnetHostEnvironmentHelper.CreateDotnetRootEnvironmentOverrides()!);
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
102EnvironmentOverrides: DotnetHostEnvironmentHelper.CreateDotnetRootEnvironmentOverrides());
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
820IDictionary<string, string> dotnetOverrides = DotnetHostEnvironmentHelper.CreateDotnetRootEnvironmentOverrides(dotnetHostPath);
Microsoft.Build.Engine.UnitTests (4)
BackEnd\AppHostSupport_Tests.cs (4)
39var overrides = DotnetHostEnvironmentHelper.CreateDotnetRootEnvironmentOverrides(_dotnetHostPath); 51var overrides = DotnetHostEnvironmentHelper.CreateDotnetRootEnvironmentOverrides(_dotnetHostPath); 70var overrides = DotnetHostEnvironmentHelper.CreateDotnetRootEnvironmentOverrides(hostPath); 80var overrides = DotnetHostEnvironmentHelper.CreateDotnetRootEnvironmentOverrides(hostPath);