2 implementations of SinglePhaseCommit
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
1607
void ISinglePhaseNotification.
SinglePhaseCommit
(SinglePhaseEnlistment singlePhaseEnlistment)
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
972
public virtual void
SinglePhaseCommit
(SinglePhaseEnlistment enlistment)
3 references to SinglePhaseCommit
System.Transactions (3)
System\Transactions\DurableEnlistmentState.cs (1)
290
enlistment.SinglePhaseNotification.
SinglePhaseCommit
( enlistment.SinglePhaseEnlistment );
System\Transactions\Enlistment.cs (1)
352
this.singlePhaseNotifications.
SinglePhaseCommit
(this.SinglePhaseEnlistment);
System\Transactions\VolatileEnlistmentState.cs (1)
433
enlistment.SinglePhaseNotification.
SinglePhaseCommit
( enlistment.SinglePhaseEnlistment );