6 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 (2)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
148
appSettings ??= new
NameValueCollection
();
src\Compilers\Server\VBCSCompiler\VBCSCompiler.cs (1)
37
appSettings = new
NameValueCollection
();
VBCSCompiler.UnitTests (2)
BuildServerControllerTests.cs (1)
23
private readonly NameValueCollection _appSettings = new
NameValueCollection
();
VBCSCompilerServerTests.cs (1)
59
var appSettings = new
NameValueCollection
();