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