1 write to _unregisteredConnections
System.Net.HttpListener (1)
System\Net\Managed\HttpEndPointListener.cs (1)
73_unregisteredConnections = new HashSet<HttpConnection>();
7 references to _unregisteredConnections
System.Net.HttpListener (7)
System\Net\Managed\HttpEndPointListener.cs (7)
132lock (_unregisteredConnections) 134_unregisteredConnections.Add(conn); 148lock (_unregisteredConnections) 150_unregisteredConnections.Remove(conn); 309lock (_unregisteredConnections) 312var connections = new List<HttpConnection>(_unregisteredConnections); 316_unregisteredConnections.Clear();