3 overrides of ChangeStateAbortedDuringPromotion
System.Transactions.Local (3)
System\Transactions\TransactionState.cs (3)
1471internal override void ChangeStateAbortedDuringPromotion(InternalTransaction tx) 2053internal override void ChangeStateAbortedDuringPromotion(InternalTransaction tx) 3595internal override void ChangeStateAbortedDuringPromotion(InternalTransaction tx)
6 references to ChangeStateAbortedDuringPromotion
System.Transactions.Local (6)
System\Transactions\TransactionState.cs (6)
2212tx.State!.ChangeStateAbortedDuringPromotion(tx); 2325tx.State.ChangeStateAbortedDuringPromotion(tx); 2354tx.State.ChangeStateAbortedDuringPromotion(tx); 2384tx.State.ChangeStateAbortedDuringPromotion(tx); 3295tx.State!.ChangeStateAbortedDuringPromotion(tx); 4282tx.State!.ChangeStateAbortedDuringPromotion(tx);