1 override of PromotableSinglePhaseNotification
System.Transactions.Local (1)
System\Transactions\Enlistment.cs (1)
360internal override IPromotableSinglePhaseNotification PromotableSinglePhaseNotification => _promotableNotificationInterface;
5 references to PromotableSinglePhaseNotification
System.Transactions.Local (5)
System\Transactions\DurableEnlistmentState.cs (3)
109enlistment.PromotableSinglePhaseNotification.Rollback(enlistment.SinglePhaseEnlistment); 160enlistment.PromotableSinglePhaseNotification.SinglePhaseCommit(enlistment.SinglePhaseEnlistment); 231Debug.Assert(enlistment.PromotableSinglePhaseNotification != null);
System\Transactions\TransactionState.cs (2)
4625tx._durableEnlistment.PromotableSinglePhaseNotification.SinglePhaseCommit(tx._durableEnlistment.SinglePhaseEnlistment); 4659tx._durableEnlistment.PromotableSinglePhaseNotification.Rollback(