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