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