2 implementations of ForceRollback
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
956public void ForceRollback(Exception? e)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1435void IPromotedEnlistment.ForceRollback(Exception? e)
4 references to ForceRollback
System.Transactions.Local (4)
System\Transactions\EnlistmentState.cs (1)
147enlistment.PromotedEnlistment.ForceRollback(e);
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1433=> ((IPromotedEnlistment)this).ForceRollback(null);
System\Transactions\VolatileEnlistmentMultiplexing.cs (2)
265_promotedEnlistment.ForceRollback(e); 356_promotedEnlistment.ForceRollback(e);