5 references to Hashtable
System (4)
regex\system\text\regularexpressions\Regex.cs (2)
151caps = new Hashtable(value); 171capnames = new Hashtable(value);
sys\system\configuration\SettingsAttributeDictionary.cs (1)
22public SettingsAttributeDictionary(SettingsAttributeDictionary attributes) : base((Hashtable) attributes) { }
sys\system\configuration\SingleTagSectionHandler.cs (1)
37result = new Hashtable((IDictionary)parent);
System.Web (1)
Configuration\HttpCapabilitiesEvaluator.cs (1)
124_variables = new Hashtable(parent._variables);