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