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