4 references to InheritEnvironmentVariables
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
ConsoleParameters.cs (1)
44/// inherited from the current process. If you wish to provide a full set of environment variables yourself set <see cref="InheritEnvironmentVariables"/> to false.
VsTestConsoleProcessManager.cs (1)
144if (!consoleParameters.InheritEnvironmentVariables)
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
111if (consoleParameters.InheritEnvironmentVariables)
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
111if (consoleParameters.InheritEnvironmentVariables)