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));
250
var processorFactory = ArgumentProcessorFactory.Create(runSettingsProvider: _runSettingsProvider, runSettingsHelper: _runSettingsHelper, commandLineOptions:
_commandLineOptions
, testRequestManager: _testRequestManager);