10 references to NameValueCollection
System (2)
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
55m_Headers = new NameValueCollection(headers);
sys\system\configuration\ReadOnlyNameValueCollection.cs (1)
19internal ReadOnlyNameValueCollection(ReadOnlyNameValueCollection value) : base(value) {
System.Data (1)
fx\src\data\System\Data\Common\DbProviderConfigurationHandler.cs (1)
63parentConfig = new NameValueCollection(parentConfig);
System.ServiceModel (1)
System\UriTemplateMatch.cs (1)
130this.queryParameters = new NameValueCollection(queryParameters);
System.Web (5)
DefaultHttpHandler.cs (1)
33_executeUrlHeaders = new NameValueCollection(_context.Request.Headers);
Hosting\HostingEnvironment.cs (1)
1487return new NameValueCollection(_cacheProviderSettings);
SiteMapNode.cs (2)
409newAttributes = new NameValueCollection(_attributes); 412newResourceKeys = new NameValueCollection(_resourceKeys);
UI\PartialCachingControl.cs (1)
474reqValCollection = new NameValueCollection(request.QueryString);
System.WorkflowServices (1)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (1)
144this.persistenceProviderArguments = new NameValueCollection(persistenceProviderElement.persistenceProviderArguments);