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