3 overrides of ForceRollback
System.Transactions (3)
System\Transactions\EnlistmentState.cs (1)
208internal override void ForceRollback( InternalEnlistment enlistment, Exception e )
System\Transactions\VolatileEnlistmentState.cs (2)
380internal override void ForceRollback( InternalEnlistment enlistment, Exception e ) 557internal override void ForceRollback( InternalEnlistment enlistment, Exception e )
2 references to ForceRollback
System.Transactions (2)
System\Transactions\PreparingEnlistment.cs (2)
72this.internalEnlistment.State.ForceRollback(this.internalEnlistment, null); 105this.internalEnlistment.State.ForceRollback(this.internalEnlistment, e);