4 overrides of EnlistPromotableSinglePhase
System.Transactions (4)
System\Transactions\TransactionState.cs (4)
1418internal override bool EnlistPromotableSinglePhase( 1732internal override bool EnlistPromotableSinglePhase( 2623internal override bool EnlistPromotableSinglePhase( 4307internal override bool EnlistPromotableSinglePhase(
1 reference to EnlistPromotableSinglePhase
System.Transactions (1)
System\Transactions\Transaction.cs (1)
1298succeeded = this.internalTransaction.State.EnlistPromotableSinglePhase(this.internalTransaction, promotableSinglePhaseNotification, this, promoterType);