21 instantiations of EnvironmentVariableHelper
datacollector (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\UILanguageOverride.cs (1)
22: this(new EnvironmentVariableHelper(), language => CultureInfo.DefaultThreadCurrentUICulture = language)
datacollector.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\UILanguageOverride.cs (1)
22: this(new EnvironmentVariableHelper(), language => CultureInfo.DefaultThreadCurrentUICulture = language)
Microsoft.TestPlatform.CoreUtilities (2)
Helpers\DotnetHostHelper.cs (2)
43public DotnetHostHelper() : this(new FileHelper(), new PlatformEnvironment(), new WindowsRegistryHelper(), new EnvironmentVariableHelper(), new ProcessHelper()) 52public DotnetHostHelper(IFileHelper fileHelper, IEnvironment environment) : this(fileHelper, environment, new WindowsRegistryHelper(), new EnvironmentVariableHelper(), new ProcessHelper())
Microsoft.TestPlatform.Extensions.BlameDataCollector (4)
ProcDumpArgsBuilder.cs (1)
19public ProcDumpArgsBuilder() : this(new EnvironmentVariableHelper()) { }
ProcDumpDumper.cs (2)
49: this(new ProcessHelper(), new FileHelper(), new PlatformEnvironment(), new EnvironmentVariableHelper()) 54this(processHelper, fileHelper, environment, new EnvironmentVariableHelper())
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\UILanguageOverride.cs (1)
22: this(new EnvironmentVariableHelper(), language => CultureInfo.DefaultThreadCurrentUICulture = language)
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
83new EnvironmentVariableHelper())
Hosting\DotnetTestHostManager.cs (1)
97new EnvironmentVariableHelper())
testhost (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\UILanguageOverride.cs (1)
22: this(new EnvironmentVariableHelper(), language => CultureInfo.DefaultThreadCurrentUICulture = language)
testhost.arm64 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\UILanguageOverride.cs (1)
22: this(new EnvironmentVariableHelper(), language => CultureInfo.DefaultThreadCurrentUICulture = language)
testhost.x86 (1)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\UILanguageOverride.cs (1)
22: this(new EnvironmentVariableHelper(), language => CultureInfo.DefaultThreadCurrentUICulture = language)
vstest.console (4)
InProcessVsTestConsoleWrapper.cs (1)
57environmentVariableHelper: new EnvironmentVariableHelper(),
Processors\AeDebuggerArgumentProcessor.cs (1)
38new AeDebuggerArgumentExecutor(new PlatformEnvironment(), new FileHelper(), new ProcessHelper(), ConsoleOutput.Instance, new EnvironmentVariableHelper()));
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\UILanguageOverride.cs (1)
22: this(new EnvironmentVariableHelper(), language => CultureInfo.DefaultThreadCurrentUICulture = language)
TestPlatformHelpers\TestRequestManager.cs (1)
111new EnvironmentVariableHelper())
vstest.console.arm64 (4)
src\vstest\src\Microsoft.TestPlatform.Execution.Shared\UILanguageOverride.cs (1)
22: this(new EnvironmentVariableHelper(), language => CultureInfo.DefaultThreadCurrentUICulture = language)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
57environmentVariableHelper: new EnvironmentVariableHelper(),
src\vstest\src\vstest.console\Processors\AeDebuggerArgumentProcessor.cs (1)
38new AeDebuggerArgumentExecutor(new PlatformEnvironment(), new FileHelper(), new ProcessHelper(), ConsoleOutput.Instance, new EnvironmentVariableHelper()));
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
111new EnvironmentVariableHelper())