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