2 implementations of ForceRollback
System.Transactions (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
1119public void ForceRollback( Exception e )
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1628void IPromotedEnlistment.ForceRollback(Exception e)
4 references to ForceRollback
System.Transactions (4)
System\Transactions\EnlistmentState.cs (1)
213enlistment.PromotedEnlistment.ForceRollback( e );
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1625((IPromotedEnlistment)this).ForceRollback( null );
System\Transactions\VolatileEnlistmentMultiplexing.cs (2)
360this.oletxEnlistment.ForceRollback(e); 445this.oletxEnlistment.ForceRollback(e);