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