8 references to SinglePhaseNotification
System.Transactions.Local (8)
System\Transactions\DurableEnlistmentState.cs (4)
103
if (enlistment.
SinglePhaseNotification
!= null)
105
enlistment.
SinglePhaseNotification
.Rollback(enlistment.SinglePhaseEnlistment);
154
if (enlistment.
SinglePhaseNotification
!= null)
156
enlistment.
SinglePhaseNotification
.SinglePhaseCommit(enlistment.SinglePhaseEnlistment);
System\Transactions\TransactionState.cs (2)
1195
&& tx._phase1Volatiles._volatileEnlistments[0].
SinglePhaseNotification
!= null)
2275
enlistment.
SinglePhaseNotification
!= null,
System\Transactions\VolatileEnlistmentState.cs (2)
222
Debug.Assert(enlistment.
SinglePhaseNotification
!= null);
223
enlistment.
SinglePhaseNotification
.SinglePhaseCommit(enlistment.SinglePhaseEnlistment);