1 write to ResultCollectionDictionary
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
123
ResultCollectionDictionary
= 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
))]
194
TPDebug.Assert(
ResultCollectionDictionary
!= null && TestRunDetails != null && Results != null, "Initialize must be called before this method.");
210
ResultCollectionDictionary
.TryGetValue(e.Result.TestCase.Source, out var testResultCollection);
218
ResultCollectionDictionary
.TryAdd(e.Result.TestCase.Source, testResultCollection);