2 writes to _clientConnectionId
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlException.cs (2)
32
_clientConnectionId
= conId;
41
_clientConnectionId
= (Guid)siEntry.Value;
4 references to _clientConnectionId
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlException.cs (4)
54
si.AddValue("ClientConnectionId",
_clientConnectionId
, typeof(Guid));
72
return this.
_clientConnectionId
;
111
sb.AppendFormat(SQLMessage.ExClientConnectionId(),
_clientConnectionId
);
187
SqlException exception = new SqlException(Message, _errors, InnerException,
_clientConnectionId
);