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