1 write to _commandLineOptions
vstest.console (1)
CommandLine\Executor.cs (1)
126_commandLineOptions = commandLineOptions;
2 references to _commandLineOptions
vstest.console (2)
CommandLine\Executor.cs (2)
128_testRequestManager = testRequestManager ?? new LazyTestRequestManager(() => new TestRequestManager(_commandLineOptions, _testRunResultAggregator)); 250var processorFactory = ArgumentProcessorFactory.Create(runSettingsProvider: _runSettingsProvider, runSettingsHelper: _runSettingsHelper, commandLineOptions: _commandLineOptions, testRequestManager: _testRequestManager);