7 references to SinglePhaseNotification
System.Transactions (7)
System\Transactions\DurableEnlistmentState.cs (4)
226if ( enlistment.SinglePhaseNotification != null ) 228enlistment.SinglePhaseNotification.Rollback( enlistment.SinglePhaseEnlistment ); 288if ( enlistment.SinglePhaseNotification != null ) 290enlistment.SinglePhaseNotification.SinglePhaseCommit( enlistment.SinglePhaseEnlistment );
System\Transactions\TransactionState.cs (2)
1895&& tx.phase1Volatiles.volatileEnlistments[0].SinglePhaseNotification != null ) 3047enlistment.SinglePhaseNotification != null,
System\Transactions\VolatileEnlistmentState.cs (1)
433enlistment.SinglePhaseNotification.SinglePhaseCommit( enlistment.SinglePhaseEnlistment );