2 implementations of IPromotableSinglePhaseNotification
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
20sealed internal class SqlDelegatedTransaction : SysTx.IPromotableSinglePhaseNotification {
System.Workflow.Runtime (1)
Hosting\LocalTransaction.cs (1)
24internal sealed class LocalTransaction : IPromotableSinglePhaseNotification
25 references to IPromotableSinglePhaseNotification
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlUtil.cs (2)
1854typeof(SysTx.Transaction).GetMethod("EnlistPromotableSinglePhase", new Type[] {typeof(SysTx.IPromotableSinglePhaseNotification), typeof(Guid)})); 1857typeof(SysTx.Transaction).GetMethod("SetDistributedTransactionIdentifier", new Type[] { typeof(SysTx.IPromotableSinglePhaseNotification), typeof(Guid) }));
System.Transactions (23)
System\Transactions\Enlistment.cs (5)
247internal virtual IPromotableSinglePhaseNotification PromotableSinglePhaseNotification 471IPromotableSinglePhaseNotification promotableNotificationInterface; 476IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 485internal override IPromotableSinglePhaseNotification PromotableSinglePhaseNotification 603IPromotableSinglePhaseNotification promotableSinglePhaseNotification,
System\Transactions\Transaction.cs (4)
1236public bool EnlistPromotableSinglePhase(IPromotableSinglePhaseNotification promotableSinglePhaseNotification) 1265public bool EnlistPromotableSinglePhase(IPromotableSinglePhaseNotification promotableSinglePhaseNotification, Guid promoterType) 1314IPromotableSinglePhaseNotification promotableNotification, 1371public void SetDistributedTransactionIdentifier(IPromotableSinglePhaseNotification promotableNotification,
System\Transactions\TransactionState.cs (14)
890IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 1085IPromotableSinglePhaseNotification promotableNotification, 1095IPromotableSinglePhaseNotification promotableNotification, 1419InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 1562IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 1734IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 2624InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 4308InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 4654InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 4757InternalTransaction tx, IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 5217IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 5244IPromotableSinglePhaseNotification promotableSinglePhaseNotification, 5390IPromotableSinglePhaseNotification promotableNotification, 5436IPromotableSinglePhaseNotification promotableNotification,