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