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