9 references to s_ipEndPoints
System.Net.HttpListener (9)
System\Net\Managed\HttpEndPointManager.cs (9)
51lock ((s_ipEndPoints as ICollection).SyncRoot) 72lock ((s_ipEndPoints as ICollection).SyncRoot) 138if (s_ipEndPoints.TryGetValue(addr, out Dictionary<int, HttpEndPointListener>? value)) 145s_ipEndPoints[addr] = p; 171lock ((s_ipEndPoints as ICollection).SyncRoot) 174p = s_ipEndPoints[ep.Address]; 178s_ipEndPoints.Remove(ep.Address); 186lock ((s_ipEndPoints as ICollection).SyncRoot) 197lock ((s_ipEndPoints as ICollection).SyncRoot)