4 references to CommandLineOptions
vstest.console (4)
CommandLine\Executor.cs (2)
104
: this(output, testPlatformEventSource, processHelper, environment, new RunSettingsManager(), RunSettingsHelper.Instance, new
CommandLineOptions
(), new TestRunResultAggregator())
109
: this(output, testPlatformEventSource, processHelper, environment, runSettingsProvider, RunSettingsHelper.Instance, new
CommandLineOptions
(), new TestRunResultAggregator())
Internal\ConsoleLogger.cs (1)
136
_commandLineOptions = commandLineOptions ?? new
CommandLineOptions
();
Processors\Utilities\ArgumentProcessorFactory.cs (1)
79
commandLineOptions ??= new
CommandLineOptions
();