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