5 overrides of Aborted
System.Transactions.Local (5)
System\Transactions\DurableEnlistmentState.cs (3)
118
internal override void
Aborted
(InternalEnlistment enlistment, Exception? e)
197
internal override void
Aborted
(InternalEnlistment enlistment, Exception? e)
244
internal override void
Aborted
(InternalEnlistment enlistment, Exception? e)
System\Transactions\EnlistmentState.cs (1)
169
internal override void
Aborted
(InternalEnlistment enlistment, Exception? e)
System\Transactions\VolatileEnlistmentState.cs (1)
252
internal 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);