1 write to m_sinkCollection
System.Management (1)
System\Management\ManagementOperationWatcher.cs (1)
156m_sinkCollection = new Hashtable();
10 references to m_sinkCollection
System.Management (10)
System\Management\ManagementOperationWatcher.cs (10)
169lock (m_sinkCollection) 171IDictionaryEnumerator sinkEnum = m_sinkCollection.GetEnumerator(); 222lock (m_sinkCollection) 224m_sinkCollection.Add(eventSink.GetHashCode(), eventSink); 264lock (m_sinkCollection) 266m_sinkCollection.Add(eventSink.GetHashCode(), eventSink); 288lock (m_sinkCollection) 290m_sinkCollection.Add(eventSink.GetHashCode(), eventSink); 305lock (m_sinkCollection) 307m_sinkCollection.Remove(eventSink.GetHashCode());