12 references to SinglePhaseEnlistment
System.Transactions (12)
System\Transactions\DurableEnlistmentState.cs (5)
228enlistment.SinglePhaseNotification.Rollback( enlistment.SinglePhaseEnlistment ); 232enlistment.PromotableSinglePhaseNotification.Rollback( enlistment.SinglePhaseEnlistment ); 290enlistment.SinglePhaseNotification.SinglePhaseCommit( enlistment.SinglePhaseEnlistment ); 294enlistment.PromotableSinglePhaseNotification.SinglePhaseCommit( enlistment.SinglePhaseEnlistment ); 302enlistment.SinglePhaseEnlistment.InDoubt();
System\Transactions\Enlistment.cs (2)
352this.singlePhaseNotifications.SinglePhaseCommit(this.SinglePhaseEnlistment); 359this.SinglePhaseEnlistment.InDoubt();
System\Transactions\TransactionState.cs (2)
5497tx.durableEnlistment.SinglePhaseEnlistment ); 5536tx.durableEnlistment.SinglePhaseEnlistment );
System\Transactions\VolatileEnlistmentState.cs (3)
433enlistment.SinglePhaseNotification.SinglePhaseCommit( enlistment.SinglePhaseEnlistment ); 442enlistment.SinglePhaseEnlistment.InDoubt(); 603enlistment.EnlistmentNotification.Rollback( enlistment.SinglePhaseEnlistment );