4 references to HttpValueCollection
System.Web (4)
HttpCookie.cs (1)
317_multiValue = new HttpValueCollection();
HttpRequest.cs (2)
2145_queryString = new HttpValueCollection(); 2190_form = new HttpValueCollection();
httpserverutility.cs (1)
462savedForm = request.SwitchForm(new HttpValueCollection());