1 write to ResultCollectionDictionary
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
123ResultCollectionDictionary = new ConcurrentDictionary<string, TestResultCollection>();
4 references to ResultCollectionDictionary
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (4)
HtmlLogger.cs (4)
109[MemberNotNull(nameof(TestResultsDirPath), nameof(TestRunDetails), nameof(Results), nameof(ResultCollectionDictionary))] 194TPDebug.Assert(ResultCollectionDictionary != null && TestRunDetails != null && Results != null, "Initialize must be called before this method."); 210ResultCollectionDictionary.TryGetValue(e.Result.TestCase.Source, out var testResultCollection); 218ResultCollectionDictionary.TryAdd(e.Result.TestCase.Source, testResultCollection);