12 references to SinglePhaseEnlistment
System.Transactions (12)
System\Transactions\DurableEnlistmentState.cs (5)
228
enlistment.SinglePhaseNotification.Rollback( enlistment.
SinglePhaseEnlistment
);
232
enlistment.PromotableSinglePhaseNotification.Rollback( enlistment.
SinglePhaseEnlistment
);
290
enlistment.SinglePhaseNotification.SinglePhaseCommit( enlistment.
SinglePhaseEnlistment
);
294
enlistment.PromotableSinglePhaseNotification.SinglePhaseCommit( enlistment.
SinglePhaseEnlistment
);
302
enlistment.
SinglePhaseEnlistment
.InDoubt();
System\Transactions\Enlistment.cs (2)
352
this.singlePhaseNotifications.SinglePhaseCommit(this.
SinglePhaseEnlistment
);
359
this.
SinglePhaseEnlistment
.InDoubt();
System\Transactions\TransactionState.cs (2)
5497
tx.durableEnlistment.
SinglePhaseEnlistment
);
5536
tx.durableEnlistment.
SinglePhaseEnlistment
);
System\Transactions\VolatileEnlistmentState.cs (3)
433
enlistment.SinglePhaseNotification.SinglePhaseCommit( enlistment.
SinglePhaseEnlistment
);
442
enlistment.
SinglePhaseEnlistment
.InDoubt();
603
enlistment.EnlistmentNotification.Rollback( enlistment.
SinglePhaseEnlistment
);