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