7 references to _listenerContexts
System.Net.HttpListener (7)
System\Net\Managed\HttpListener.Managed.cs (7)
160
lock ((
_listenerContexts
as ICollection).SyncRoot)
162
_listenerContexts
.Remove(context);
190
lock ((
_listenerContexts
as ICollection).SyncRoot)
192
_listenerContexts
[context] = context;
215
lock ((
_listenerContexts
as ICollection).SyncRoot)
220
Dictionary<HttpListenerContext, HttpListenerContext>.KeyCollection keys =
_listenerContexts
.Keys;
223
_listenerContexts
.Clear();