2 writes to Id
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\Common\RequestId.cs (2)
27
Id
= Guid.NewGuid();
36
Id
= id;
12 references to Id
Microsoft.VisualStudio.TestPlatform.ObjectModel (12)
DataCollector\Common\RequestId.cs (12)
60
return other != null &&
Id
== other.
Id
;
69
return
Id
.GetHashCode();
78
return
Id
.ToString("B");
97
Id
== other.
Id
112
return other == null ? 1 :
Id
.CompareTo(other.
Id
);
137
:
Id
.CompareTo(other.
Id
);
158
left.
Id
== right.
Id
;