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