1 write to _listeners
PresentationCore (1)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
25
_listeners
=
6 references to _listeners
PresentationCore (6)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\AppDomainShutdownMonitor.cs (6)
36
lock (
_listeners
)
40
_listeners
.Add(listener);
47
lock (
_listeners
)
51
_listeners
.Remove(listener);
58
lock (
_listeners
)
65
foreach (WeakReference<IAppDomainShutdownListener> weakReference in
_listeners
)