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