12 references to SinglePhaseEnlistment
System.Transactions.Local (12)
System\Transactions\DurableEnlistmentState.cs (5)
105enlistment.SinglePhaseNotification.Rollback(enlistment.SinglePhaseEnlistment); 109enlistment.PromotableSinglePhaseNotification.Rollback(enlistment.SinglePhaseEnlistment); 156enlistment.SinglePhaseNotification.SinglePhaseCommit(enlistment.SinglePhaseEnlistment); 160enlistment.PromotableSinglePhaseNotification.SinglePhaseCommit(enlistment.SinglePhaseEnlistment); 168enlistment.SinglePhaseEnlistment.InDoubt();
System\Transactions\Enlistment.cs (2)
261_singlePhaseNotifications.SinglePhaseCommit(SinglePhaseEnlistment); 268SinglePhaseEnlistment.InDoubt();
System\Transactions\TransactionState.cs (2)
4625tx._durableEnlistment.PromotableSinglePhaseNotification.SinglePhaseCommit(tx._durableEnlistment.SinglePhaseEnlistment); 4660tx._durableEnlistment.SinglePhaseEnlistment);
System\Transactions\VolatileEnlistmentState.cs (3)
223enlistment.SinglePhaseNotification.SinglePhaseCommit(enlistment.SinglePhaseEnlistment); 232enlistment.SinglePhaseEnlistment.InDoubt(); 373enlistment.EnlistmentNotification.Rollback(enlistment.SinglePhaseEnlistment);