2 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)
144
if (!consoleParameters.
InheritEnvironmentVariables
)