1 write to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\TestLink.cs (1)
27
Id
= id;
7 references to Id
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (7)
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
);