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