1 instantiation of SinglePhaseEnlistment
System.Transactions (1)
System\Transactions\Enlistment.cs (1)
203this.singlePhaseEnlistment = new SinglePhaseEnlistment(this);
12 references to SinglePhaseEnlistment
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (2)
229public void Rollback(SysTx.SinglePhaseEnlistment enlistment) { 312public void SinglePhaseCommit(SysTx.SinglePhaseEnlistment enlistment) {
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
1607void ISinglePhaseNotification.SinglePhaseCommit(SinglePhaseEnlistment singlePhaseEnlistment)
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
972public virtual void SinglePhaseCommit(SinglePhaseEnlistment enlistment) 1021public override void SinglePhaseCommit(SinglePhaseEnlistment enlistment)
System.Transactions (5)
System\Transactions\Enlistment.cs (2)
92SinglePhaseEnlistment singlePhaseEnlistment; 196internal SinglePhaseEnlistment SinglePhaseEnlistment
System\Transactions\IPromotableSinglePhaseNotification.cs (2)
12SinglePhaseEnlistment singlePhaseEnlistment 16SinglePhaseEnlistment singlePhaseEnlistment
System\Transactions\ISinglePhaseNotification.cs (1)
18SinglePhaseEnlistment singlePhaseEnlistment
System.Workflow.Runtime (2)
Hosting\LocalTransaction.cs (2)
73public void SinglePhaseCommit(SinglePhaseEnlistment en) 113public void Rollback(SinglePhaseEnlistment en)