1 write to _commandLineOptions
vstest.console.arm64 (1)
parent\vstest.console\CommandLine\Executor.cs (1)
126
_commandLineOptions
= commandLineOptions;
2 references to _commandLineOptions
vstest.console.arm64 (2)
parent\vstest.console\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);