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