2 references to EnlistPromotableSinglePhase
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (2)
443
if (SysTxForGlobalTransactions.
EnlistPromotableSinglePhase
== null) {
448
hasDelegatedTransaction = (bool)SysTxForGlobalTransactions.
EnlistPromotableSinglePhase
.Invoke(tx, new object[] { delegatedTransaction, _globalTransactionTMID });