3 overrides of ChangeStatePromotedCommitted
System.Transactions (3)
System\Transactions\TransactionState.cs (3)
2806internal override void ChangeStatePromotedCommitted( InternalTransaction tx ) 3919internal override void ChangeStatePromotedCommitted( InternalTransaction tx ) 4057internal override void ChangeStatePromotedCommitted( InternalTransaction tx )
4 references to ChangeStatePromotedCommitted
System.Transactions (4)
System\Transactions\DurableEnlistmentState.cs (1)
382enlistment.Transaction.State.ChangeStatePromotedCommitted( enlistment.Transaction );
System\Transactions\InternalTransaction.cs (1)
403tx.State.ChangeStatePromotedCommitted( tx );
System\Transactions\VolatileEnlistmentMultiplexing.cs (2)
383this.transaction.State.ChangeStatePromotedCommitted( this.transaction ); 469this.transaction.State.ChangeStatePromotedCommitted( this.transaction );