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)
462
savedForm = request.SwitchForm(new
HttpValueCollection
());