2 writes to Id
System.Data (2)
fx\src\data\System\Data\Common\ActivityCorrelator.cs (2)
32this.Id = Guid.NewGuid(); 39this.Id = activity.Id;
4 references to Id
System.Data (4)
fx\src\data\System\Data\Common\ActivityCorrelator.cs (2)
39this.Id = activity.Id; 53return string.Format(CultureInfo.InvariantCulture, "{0}:{1}", this.Id, this.Sequence);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
833connectionIdBytes = actId.Id.ToByteArray(); 9770stateObj.WriteByteArray(actId.Id.ToByteArray(), GUID_SIZE, 0); // Id (Guid)