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