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