1 write to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestId.cs (1)
43Id = id;
11 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (11)
ObjectModel\TestId.cs (7)
71helper.SaveGuid(element, idLocation, Id); 123return other is not null && Id == other.Id; 146return Id.GetHashCode(); 195return other == null ? throw new ArgumentNullException(nameof(other)) : Id.CompareTo(other.Id); 230string s = Id.ToString("B");
TrxLogger.cs (4)
664if (!orderedTest.TestLinks.ContainsKey(testElement.Id.Id)) 666orderedTest.TestLinks.Add(testElement.Id.Id, new TestLink(testElement.Id.Id, testElement.Name, testElement.Storage)); 688var testResult = _converter.ToTestResult(testElement.Id.Id, executionId, parentExecutionId, testElement.Name,