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)
54si.AddValue("ClientConnectionId", _clientConnectionId, typeof(Guid)); 72return this._clientConnectionId; 111sb.AppendFormat(SQLMessage.ExClientConnectionId(), _clientConnectionId); 187SqlException exception = new SqlException(Message, _errors, InnerException, _clientConnectionId);