8 overrides of InternalAborted
System.Transactions (8)
System\Transactions\DurableEnlistmentState.cs (2)
171internal override void InternalAborted( InternalEnlistment enlistment ) 431internal override void InternalAborted(InternalEnlistment enlistment)
System\Transactions\VolatileEnlistmentState.cs (6)
318internal override void InternalAborted(InternalEnlistment enlistment) 402internal override void InternalAborted( InternalEnlistment enlistment ) 503internal override void InternalAborted(InternalEnlistment enlistment) 575internal override void InternalAborted( InternalEnlistment enlistment ) 627internal override void InternalAborted( InternalEnlistment enlistment ) 735internal override void InternalAborted( InternalEnlistment enlistment )
7 references to InternalAborted
System.Transactions (7)
System\Transactions\TransactionState.cs (6)
2111tx.phase0Volatiles.volatileEnlistments[i].twoPhaseState.InternalAborted(tx.phase0Volatiles.volatileEnlistments[i]); 2116tx.phase1Volatiles.volatileEnlistments[i].twoPhaseState.InternalAborted(tx.phase1Volatiles.volatileEnlistments[i]); 2122tx.durableEnlistment.State.InternalAborted( tx.durableEnlistment ); 4894tx.phase0Volatiles.volatileEnlistments[i].twoPhaseState.InternalAborted(tx.phase0Volatiles.volatileEnlistments[i]); 4899tx.phase1Volatiles.volatileEnlistments[i].twoPhaseState.InternalAborted(tx.phase1Volatiles.volatileEnlistments[i]); 4905tx.durableEnlistment.State.InternalAborted(tx.durableEnlistment);
System\Transactions\VolatileEnlistmentMultiplexing.cs (1)
54volatiles.volatileEnlistments[i].twoPhaseState.InternalAborted(