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