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