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