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