3 references to NameValueCollection
System.Net.HttpListener (1)
System\Net\HttpListenerRequest.cs (1)
195NameValueCollection queryString = new NameValueCollection();
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
198get { return _requestParameters ??= new NameValueCollection(); }
VBCSCompiler.UnitTests (1)
BuildServerControllerTests.cs (1)
24private readonly NameValueCollection _appSettings = new NameValueCollection();