2 implementations of EnlistmentDone
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
678public void EnlistmentDone()
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1313void IPromotedEnlistment.EnlistmentDone()
7 references to EnlistmentDone
System.Transactions.Local (7)
System\Transactions\EnlistmentState.cs (1)
119enlistment.PromotedEnlistment.EnlistmentDone();
System\Transactions\VolatileEnlistmentMultiplexing.cs (6)
274_promotedEnlistment.EnlistmentDone(); 288_promotedEnlistment.EnlistmentDone(); 298_promotedEnlistment.EnlistmentDone(); 365_promotedEnlistment.EnlistmentDone(); 380_promotedEnlistment.EnlistmentDone(); 391_promotedEnlistment.EnlistmentDone();