12 overrides of ChangeStateTransactionAborted
System.Transactions (12)
System\Transactions\TransactionState.cs (12)
1846internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 1926internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 1996internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 2048internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 2197internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 3221internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 3339internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 3416internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 3524internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 3831internal override void ChangeStateTransactionAborted( InternalTransaction tx, Exception e ) 4412internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception e) 4956internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception e)
4 references to ChangeStateTransactionAborted
System.Transactions (4)
System\Transactions\DurableEnlistmentState.cs (1)
341enlistment.Transaction.State.ChangeStateTransactionAborted( enlistment.Transaction, e );
System\Transactions\TransactionState.cs (1)
3373tx.State.ChangeStateTransactionAborted( tx, null );
System\Transactions\VolatileEnlistmentState.cs (2)
386enlistment.Transaction.State.ChangeStateTransactionAborted( enlistment.Transaction, e ); 470enlistment.Transaction.State.ChangeStateTransactionAborted( enlistment.Transaction, e );