1 write to _dictionary
PresentationCore (1)
Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
32
_dictionary
= new Dictionary<WeakReference, WeakReference>();
6 references to _dictionary
PresentationCore (6)
Shared\MS\Internal\AppDomainShutdownMonitor.cs (6)
40
lock (
_dictionary
)
44
_dictionary
.Add(listener, listener);
53
lock (
_dictionary
)
57
_dictionary
.Remove(listener);
64
lock (
_dictionary
)
71
foreach (WeakReference value in
_dictionary
.Values)