1 write to _testRunResultAggregator
vstest.console.arm64 (1)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
153
_testRunResultAggregator
= testRunResultAggregator;
3 references to _testRunResultAggregator
vstest.console.arm64 (3)
parent\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
1168
_testRunResultAggregator
.RegisterTestRunEvents(_currentTestRunRequest);
1181
_testRunResultAggregator
.MarkTestRunFailed();
1188
_testRunResultAggregator
.UnregisterTestRunEvents(_currentTestRunRequest);