4 references to Hashtable
System.Configuration.ConfigurationManager (2)
System\Configuration\SettingsAttributeDictionary.cs (1)
13
public SettingsAttributeDictionary(SettingsAttributeDictionary attributes) :
base
(attributes) { }
System\Configuration\SingleTagSectionHandler.cs (1)
32
result = new
Hashtable
((IDictionary)parent);
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.cs (2)
192
caps = value as Hashtable ?? new
Hashtable
(value);
207
capnames = value as Hashtable ?? new
Hashtable
(value);