4 instantiations of RunSettingsManager
vstest.console (2)
CommandLine\Executor.cs (1)
104
: this(output, testPlatformEventSource, processHelper, environment, new
RunSettingsManager
(), RunSettingsHelper.Instance, new CommandLineOptions(), new TestRunResultAggregator())
Processors\Utilities\ArgumentProcessorFactory.cs (1)
77
runSettingsProvider ??= new
RunSettingsManager
();
vstest.console.arm64 (2)
src\vstest\src\vstest.console\CommandLine\Executor.cs (1)
104
: this(output, testPlatformEventSource, processHelper, environment, new
RunSettingsManager
(), RunSettingsHelper.Instance, new CommandLineOptions(), new TestRunResultAggregator())
src\vstest\src\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
77
runSettingsProvider ??= new
RunSettingsManager
();