1 write to Results
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
131
Results
= new ConcurrentDictionary<Guid, ObjectModel.TestResult>();
5 references to Results
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (5)
HtmlLogger.cs (5)
118
[MemberNotNull(nameof(TestResultsDirPath), nameof(TestRunDetails), nameof(
Results
), nameof(ResultCollectionDictionary))]
203
TPDebug.Assert(ResultCollectionDictionary != null && TestRunDetails != null &&
Results
!= null, "Initialize must be called before this method.");
247
Results
.TryAdd(executionId, testResult);
267
TPDebug.Assert(
Results
!= null, "Initialize must be called before this method.");
269
if (
Results
.TryGetValue(parentExecutionId, out var parentTestResult))