2 implementations of ForceRollback
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
956
public void
ForceRollback
(Exception? e)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1435
void IPromotedEnlistment.
ForceRollback
(Exception? e)
4 references to ForceRollback
System.Transactions.Local (4)
System\Transactions\EnlistmentState.cs (1)
147
enlistment.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);