8 overrides of InternalAborted
System.Transactions.Local (8)
System\Transactions\DurableEnlistmentState.cs (2)
55internal override void InternalAborted(InternalEnlistment enlistment) 283internal override void InternalAborted(InternalEnlistment enlistment)
System\Transactions\VolatileEnlistmentState.cs (6)
121internal override void InternalAborted(InternalEnlistment enlistment) 195internal override void InternalAborted(InternalEnlistment enlistment) 284internal override void InternalAborted(InternalEnlistment enlistment) 348internal override void InternalAborted(InternalEnlistment enlistment) 392internal override void InternalAborted(InternalEnlistment enlistment) 484internal override void InternalAborted(InternalEnlistment enlistment)
7 references to InternalAborted
System.Transactions.Local (7)
System\Transactions\TransactionState.cs (6)
1387tx._phase0Volatiles._volatileEnlistments[i]._twoPhaseState!.InternalAborted(tx._phase0Volatiles._volatileEnlistments[i]); 1392tx._phase1Volatiles._volatileEnlistments[i]._twoPhaseState!.InternalAborted(tx._phase1Volatiles._volatileEnlistments[i]); 1396tx._durableEnlistment?.State.InternalAborted(tx._durableEnlistment); 4035tx._phase0Volatiles._volatileEnlistments[i]._twoPhaseState!.InternalAborted(tx._phase0Volatiles._volatileEnlistments[i]); 4040tx._phase1Volatiles._volatileEnlistments[i]._twoPhaseState!.InternalAborted(tx._phase1Volatiles._volatileEnlistments[i]); 4044tx._durableEnlistment?.State.InternalAborted(tx._durableEnlistment);
System\Transactions\VolatileEnlistmentMultiplexing.cs (1)
45volatiles._volatileEnlistments[i]._twoPhaseState!.InternalAborted(