12 overrides of ChangeStateTransactionAborted
System.Transactions.Local (12)
System\Transactions\TransactionState.cs (12)
1150internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 1224internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 1285internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 1329internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 1461internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 2445internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 2558internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 2632internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 2735internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 3018internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 3580internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 4092internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e)
4 references to ChangeStateTransactionAborted
System.Transactions.Local (4)
System\Transactions\DurableEnlistmentState.cs (1)
204enlistment.Transaction.State.ChangeStateTransactionAborted(enlistment.Transaction, e);
System\Transactions\TransactionState.cs (1)
2589tx.State!.ChangeStateTransactionAborted(tx, null);
System\Transactions\VolatileEnlistmentState.cs (2)
181enlistment.Transaction.State.ChangeStateTransactionAborted(enlistment.Transaction, e); 257enlistment.Transaction.State.ChangeStateTransactionAborted(enlistment.Transaction, e);