1 write to Results
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
122Results = new ConcurrentDictionary<Guid, ObjectModel.TestResult>();
5 references to Results
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (5)
HtmlLogger.cs (5)
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."); 238Results.TryAdd(executionId, testResult); 258TPDebug.Assert(Results != null, "Initialize must be called before this method."); 260if (Results.TryGetValue(parentExecutionId, out var parentTestResult))