12 references to SinglePhaseEnlistment
System.Transactions.Local (12)
System\Transactions\DurableEnlistmentState.cs (5)
105
enlistment.SinglePhaseNotification.Rollback(enlistment.
SinglePhaseEnlistment
);
109
enlistment.PromotableSinglePhaseNotification.Rollback(enlistment.
SinglePhaseEnlistment
);
156
enlistment.SinglePhaseNotification.SinglePhaseCommit(enlistment.
SinglePhaseEnlistment
);
160
enlistment.PromotableSinglePhaseNotification.SinglePhaseCommit(enlistment.
SinglePhaseEnlistment
);
168
enlistment.
SinglePhaseEnlistment
.InDoubt();
System\Transactions\Enlistment.cs (2)
261
_singlePhaseNotifications.SinglePhaseCommit(
SinglePhaseEnlistment
);
268
SinglePhaseEnlistment
.InDoubt();
System\Transactions\TransactionState.cs (2)
4625
tx._durableEnlistment.PromotableSinglePhaseNotification.SinglePhaseCommit(tx._durableEnlistment.
SinglePhaseEnlistment
);
4660
tx._durableEnlistment.
SinglePhaseEnlistment
);
System\Transactions\VolatileEnlistmentState.cs (3)
223
enlistment.SinglePhaseNotification.SinglePhaseCommit(enlistment.
SinglePhaseEnlistment
);
232
enlistment.
SinglePhaseEnlistment
.InDoubt();
373
enlistment.EnlistmentNotification.Rollback(enlistment.
SinglePhaseEnlistment
);