3 overrides of ChangeStateAbortedDuringPromotion
System.Transactions (3)
System\Transactions\TransactionState.cs (3)
2209internal override void ChangeStateAbortedDuringPromotion(InternalTransaction tx) 2824internal override void ChangeStateAbortedDuringPromotion( InternalTransaction tx ) 4430internal override void ChangeStateAbortedDuringPromotion(InternalTransaction tx)
6 references to ChangeStateAbortedDuringPromotion
System.Transactions (6)
System\Transactions\TransactionState.cs (6)
2986tx.State.ChangeStateAbortedDuringPromotion( tx ); 3097tx.State.ChangeStateAbortedDuringPromotion( tx ); 3126tx.State.ChangeStateAbortedDuringPromotion( tx ); 3156tx.State.ChangeStateAbortedDuringPromotion( tx ); 4111tx.State.ChangeStateAbortedDuringPromotion( tx ); 5149tx.State.ChangeStateAbortedDuringPromotion(tx);