3 overrides of ForceRollback
System.Transactions.Local (3)
System\Transactions\EnlistmentState.cs (1)
141internal override void ForceRollback(InternalEnlistment enlistment, Exception? e)
System\Transactions\VolatileEnlistmentState.cs (2)
174internal override void ForceRollback(InternalEnlistment enlistment, Exception? e) 331internal 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);