2 writes to distributedTransactionStartedDelegate
System.Transactions (2)
System\Transactions\TransactionManager.cs (2)
70
TransactionManager.
distributedTransactionStartedDelegate
= (TransactionStartedEventHandler)System.Delegate.Combine(TransactionManager.distributedTransactionStartedDelegate, value);
85
TransactionManager.
distributedTransactionStartedDelegate
= (TransactionStartedEventHandler)System.Delegate.Remove (TransactionManager.distributedTransactionStartedDelegate, value);
3 references to distributedTransactionStartedDelegate
System.Transactions (3)
System\Transactions\TransactionManager.cs (3)
70
TransactionManager.distributedTransactionStartedDelegate = (TransactionStartedEventHandler)System.Delegate.Combine(TransactionManager.
distributedTransactionStartedDelegate
, value);
85
TransactionManager.distributedTransactionStartedDelegate = (TransactionStartedEventHandler)System.Delegate.Remove (TransactionManager.
distributedTransactionStartedDelegate
, value);
115
localStartedEventHandler = TransactionManager.
distributedTransactionStartedDelegate
;