4 references to CommandLineOptions
vstest.console.arm64 (4)
parent\vstest.console\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())
parent\vstest.console\Internal\ConsoleLogger.cs (1)
136_commandLineOptions = commandLineOptions ?? new CommandLineOptions();
parent\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
79commandLineOptions ??= new CommandLineOptions();