6 references to SysTxForGlobalTransactions
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (2)
171if (SysTxForGlobalTransactions.SetDistributedTransactionIdentifier == null) { 179SysTxForGlobalTransactions.SetDistributedTransactionIdentifier.Invoke(_atomicTransaction, new object[] { this, GetGlobalTxnIdentifierFromToken() });
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (4)
443if (SysTxForGlobalTransactions.EnlistPromotableSinglePhase == null) { 448hasDelegatedTransaction = (bool)SysTxForGlobalTransactions.EnlistPromotableSinglePhase.Invoke(tx, new object[] { delegatedTransaction, _globalTransactionTMID }); 505if (SysTxForGlobalTransactions.GetPromotedToken == null) { 509cookie = (byte[])SysTxForGlobalTransactions.GetPromotedToken.Invoke(tx, null);