4 overrides of AddOutcomeRegistrant
System.Transactions (4)
System\Transactions\TransactionState.cs (4)
1157
internal override void
AddOutcomeRegistrant
( InternalTransaction tx, TransactionCompletedEventHandler transactionCompletedDelegate )
2075
internal override void
AddOutcomeRegistrant
( InternalTransaction tx, TransactionCompletedEventHandler transactionCompletedDelegate )
2597
internal override void
AddOutcomeRegistrant
( InternalTransaction tx, TransactionCompletedEventHandler transactionCompletedDelegate )
4339
internal override void
AddOutcomeRegistrant
(InternalTransaction tx, TransactionCompletedEventHandler transactionCompletedDelegate)
2 references to AddOutcomeRegistrant
System.Transactions (2)
System\Transactions\Transaction.cs (1)
1116
this.internalTransaction.State.
AddOutcomeRegistrant
(this.internalTransaction, value);
System\Transactions\TransactionState.cs (1)
1556
tx.State.
AddOutcomeRegistrant
( tx, transactionCompletedDelegate );