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)); 225exitCode |= (_testRunResultAggregator.Outcome == TestOutcome.Passed) ? 0 : 1;