4 overrides of ChangeStatePromotedAborted
System.Transactions (4)
System\Transactions\TransactionState.cs (4)
2203
internal override void
ChangeStatePromotedAborted
(InternalTransaction tx)
2800
internal override void
ChangeStatePromotedAborted
( InternalTransaction tx )
3825
internal override void
ChangeStatePromotedAborted
( InternalTransaction tx )
4046
internal override void
ChangeStatePromotedAborted
( InternalTransaction tx )
4 references to ChangeStatePromotedAborted
System.Transactions (4)
System\Transactions\DurableEnlistmentState.cs (1)
397
enlistment.Transaction.State.
ChangeStatePromotedAborted
( enlistment.Transaction );
System\Transactions\InternalTransaction.cs (1)
409
tx.State.
ChangeStatePromotedAborted
( tx );
System\Transactions\VolatileEnlistmentMultiplexing.cs (2)
391
this.transaction.State.
ChangeStatePromotedAborted
( this.transaction );
478
this.transaction.State.
ChangeStatePromotedAborted
( this.transaction );