5 overrides of Aborted
System.Transactions.Local (5)
System\Transactions\DurableEnlistmentState.cs (3)
118internal override void Aborted(InternalEnlistment enlistment, Exception? e) 197internal override void Aborted(InternalEnlistment enlistment, Exception? e) 244internal override void Aborted(InternalEnlistment enlistment, Exception? e)
System\Transactions\EnlistmentState.cs (1)
169internal override void Aborted(InternalEnlistment enlistment, Exception? e)
System\Transactions\VolatileEnlistmentState.cs (1)
252internal override void Aborted(InternalEnlistment enlistment, Exception? e)
2 references to Aborted
System.Transactions.Local (2)
System\Transactions\SinglePhaseEnlistment.cs (2)
23_internalEnlistment.State.Aborted(_internalEnlistment, null); 43_internalEnlistment.State.Aborted(_internalEnlistment, e);