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