1 write to _runStats
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
98
_runStats
= new Dictionary<TestOutcome, long>();
3 references to _runStats
Microsoft.TestPlatform.CrossPlatEngine (3)
Execution\TestRunCache.cs (3)
160
var stats = new TestRunStatistics(new Dictionary<TestOutcome, long>(
_runStats
));
208
if (
_runStats
.TryGetValue(testResult.Outcome, out long count))
217
_runStats
[testResult.Outcome] = count;