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