6 references to EnvironmentVariables
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
ConsoleParameters.cs (2)
49/// When set to true (default), all environment variables are inherited from the current process and the entries provided in <see cref="EnvironmentVariables"/> are merged with that set. 50/// When set to false, only the values you provide in <see cref="EnvironmentVariables"/> are used. Giving you full control of the environment vstest.console is started with.
VsTestConsoleProcessManager.cs (2)
151if (consoleParameters.EnvironmentVariables != null) 153foreach (var envVariable in consoleParameters.EnvironmentVariables)
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
121foreach (var pair in consoleParameters.EnvironmentVariables)
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
121foreach (var pair in consoleParameters.EnvironmentVariables)