1 write to LeafTestResults
vstest.console (1)
Internal\ConsoleLogger.cs (1)
201LeafTestResults = new ConcurrentDictionary<Guid, MinimalTestResult>();
5 references to LeafTestResults
vstest.console (5)
Internal\ConsoleLogger.cs (5)
180[MemberNotNull(nameof(Output), nameof(LeafTestResults))] 512TPDebug.Assert(Output != null && LeafTestResults != null, "Initialize should have been called"); 536LeafTestResults.TryRemove(parentExecutionId, out _); 539if (!LeafTestResults.TryAdd(executionId, new MinimalTestResult(e.Result))) 713var leafTestResultsPerSource = LeafTestResults?.Select(p => p.Value)?.GroupBy(r => r.TestCase.Source);