1 write to _testRunResultAggregator
vstest.console (1)
CommandLine\Executor.cs (1)
127
_testRunResultAggregator
= testRunResultAggregator;
2 references to _testRunResultAggregator
vstest.console (2)
CommandLine\Executor.cs (2)
128
_testRequestManager = testRequestManager ?? new LazyTestRequestManager(() => new TestRequestManager(_commandLineOptions,
_testRunResultAggregator
));
225
exitCode |= (
_testRunResultAggregator
.Outcome == TestOutcome.Passed) ? 0 : 1;