1 write to m_sinkCollection
System.Management (1)
managementoperationwatcher.cs (1)
156m_sinkCollection = new Hashtable ();
10 references to m_sinkCollection
System.Management (10)
managementoperationwatcher.cs (10)
169lock (m_sinkCollection) 172IDictionaryEnumerator sinkEnum = m_sinkCollection.GetEnumerator(); 223lock (m_sinkCollection) 225m_sinkCollection.Add (eventSink.GetHashCode(), eventSink); 265lock (m_sinkCollection) 267m_sinkCollection.Add (eventSink.GetHashCode(), eventSink); 289lock (m_sinkCollection) 291m_sinkCollection.Add (eventSink.GetHashCode(), eventSink); 306lock (m_sinkCollection) 308m_sinkCollection.Remove (eventSink.GetHashCode ());