3 overrides of ForceRollback
System.Transactions.Local (3)
System\Transactions\EnlistmentState.cs (1)
141
internal override void
ForceRollback
(InternalEnlistment enlistment, Exception? e)
System\Transactions\VolatileEnlistmentState.cs (2)
174
internal override void
ForceRollback
(InternalEnlistment enlistment, Exception? e)
331
internal override void
ForceRollback
(InternalEnlistment enlistment, Exception? e)
2 references to ForceRollback
System.Transactions.Local (2)
System\Transactions\PreparingEnlistment.cs (2)
45
_internalEnlistment.State.
ForceRollback
(_internalEnlistment, null);
65
_internalEnlistment.State.
ForceRollback
(_internalEnlistment, e);