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