1 override of ChangeStatePromoted
System.Transactions.Local (1)
System\Transactions\DurableEnlistmentState.cs (1)
67
internal override void
ChangeStatePromoted
(InternalEnlistment enlistment, IPromotedEnlistment promotedEnlistment)
1 reference to ChangeStatePromoted
System.Transactions.Local (1)
System\Transactions\TransactionState.cs (1)
2280
tx._durableEnlistment.State.
ChangeStatePromoted
(tx._durableEnlistment, promotedEnlistment);