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