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