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) 2629internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 2732internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 3015internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 3577internal override void ChangeStateTransactionAborted(InternalTransaction tx, Exception? e) 4089internal 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)
2586tx.State!.ChangeStateTransactionAborted(tx, null);
System\Transactions\VolatileEnlistmentState.cs (2)
181enlistment.Transaction.State.ChangeStateTransactionAborted(enlistment.Transaction, e); 257enlistment.Transaction.State.ChangeStateTransactionAborted(enlistment.Transaction, e);