2 instantiations of TestRequestManager
vstest.console (2)
CommandLine\Executor.cs (1)
128
_testRequestManager = testRequestManager ?? new LazyTestRequestManager(() => new
TestRequestManager
(_commandLineOptions, _testRunResultAggregator));
Processors\Utilities\ArgumentProcessorFactory.cs (1)
80
testRequestManager ??= new LazyTestRequestManager(() => new
TestRequestManager
(commandLineOptions, new TestRunResultAggregator()));
2 references to TestRequestManager
vstest.console (2)
Internal\ConsoleLogger.cs (1)
116
/// <see cref="TestPlatformHelpers.
TestRequestManager
"/>) rather than by reflection, so it receives
TestPlatformHelpers\LazyTestRequestManager.cs (1)
16
/// <see cref="
TestRequestManager
"/> until the first member is used. This lets the composition root