2 references to Instance
vstest.console (2)
CommandLine\Executor.cs (1)
198exitCode |= (TestRunResultAggregator.Instance.Outcome == TestOutcome.Passed) ? 0 : 1;
TestPlatformHelpers\TestRequestManager.cs (1)
102TestRunResultAggregator.Instance,