2 references to TestRequestManager
vstest.console.arm64 (2)
parent\vstest.console\CommandLine\Executor.cs (1)
128
_testRequestManager = testRequestManager ?? new LazyTestRequestManager(() => new
TestRequestManager
(_commandLineOptions, _testRunResultAggregator));
parent\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
80
testRequestManager ??= new LazyTestRequestManager(() => new
TestRequestManager
(commandLineOptions, new TestRunResultAggregator()));