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