2 overrides of PropagateTransactionCookie
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionSmi.cs (1)
460
override protected void
PropagateTransactionCookie
(byte[] transactionCookie) {
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1192
override protected void
PropagateTransactionCookie
(byte[] cookie) {
2 references to PropagateTransactionCookie
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (2)
525
PropagateTransactionCookie
(cookie);
576
PropagateTransactionCookie
(null);