1 write to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestLink.cs (1)
27Id = id;
9 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (9)
ObjectModel\TestElementAggregation.cs (2)
50if (!_testLinks.ContainsKey(testLink.Id)) 52_testLinks.Add(testLink.Id, testLink);
ObjectModel\TestLink.cs (7)
52return other is TestLink link && Id.Equals(link.Id); 61&& Id.Equals(other.Id) && 72return Id.GetHashCode(); 85Id.ToString("B"), 92h.SaveGuid(element, "@id", Id);