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