2 writes to s_distributedTransactionStartedDelegate
System.Transactions.Local (2)
System\Transactions\TransactionManager.cs (2)
45s_distributedTransactionStartedDelegate = (TransactionStartedEventHandler?)System.Delegate.Combine(s_distributedTransactionStartedDelegate, value); 57s_distributedTransactionStartedDelegate = (TransactionStartedEventHandler?)System.Delegate.Remove(s_distributedTransactionStartedDelegate, value);
3 references to s_distributedTransactionStartedDelegate
System.Transactions.Local (3)
System\Transactions\TransactionManager.cs (3)
45s_distributedTransactionStartedDelegate = (TransactionStartedEventHandler?)System.Delegate.Combine(s_distributedTransactionStartedDelegate, value); 57s_distributedTransactionStartedDelegate = (TransactionStartedEventHandler?)System.Delegate.Remove(s_distributedTransactionStartedDelegate, value); 87localStartedEventHandler = s_distributedTransactionStartedDelegate;