1 instantiation of TestRunResultAggregator
vstest.console (1)
CommandLine\TestRunResultAggregator.cs (1)
32=> s_instance ??= new TestRunResultAggregator();
6 references to TestRunResultAggregator
vstest.console (6)
CommandLine\Executor.cs (1)
198exitCode |= (TestRunResultAggregator.Instance.Outcome == TestOutcome.Passed) ? 0 : 1;
CommandLine\TestRunResultAggregator.cs (2)
15private static TestRunResultAggregator? s_instance; 31public static TestRunResultAggregator Instance
TestPlatformHelpers\TestRequestManager.cs (3)
63private readonly TestRunResultAggregator _testRunResultAggregator; 102TestRunResultAggregator.Instance, 118TestRunResultAggregator testRunResultAggregator,