2 writes to _clientConnectionId
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
506
UInt32 result = SNINativeMethodWrapper.SniGetConnectionId(_physicalStateObj.Handle, ref _connHandler.
_clientConnectionId
);
536
UInt32 retCode = SNINativeMethodWrapper.SniGetConnectionId(_physicalStateObj.Handle, ref _connHandler.
_clientConnectionId
);
7 references to _clientConnectionId
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
139
Guid connectionId = (internalConnection == null) ? Guid.Empty : internalConnection.
_clientConnectionId
;
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (4)
523
return
_clientConnectionId
;
1579
_originalClientConnectionId =
_clientConnectionId
;
1834
_originalClientConnectionId =
_clientConnectionId
;
2388
.WithConnectionId(
_clientConnectionId
);
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
825
byte[] connectionIdBytes = _connHandler.
_clientConnectionId
.ToByteArray();
843
Bid.Trace("<sc.TdsParser.SendPreLoginHandshake|INFO> ClientConnectionID %ls, ActivityID %ls\n", _connHandler.
_clientConnectionId
.ToString(), actId.ToString());