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)
160var stats = new TestRunStatistics(new Dictionary<TestOutcome, long>(_runStats)); 208if (_runStats.TryGetValue(testResult.Outcome, out long count)) 217_runStats[testResult.Outcome] = count;