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)
80testRequestManager ??= new LazyTestRequestManager(() => new TestRequestManager(commandLineOptions, new TestRunResultAggregator()));