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