28 references to Hashtable
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.CodeDom\Compiler\TempFiles.cs (1)
58_files = new Hashtable(StringComparer.OrdinalIgnoreCase);
FrameworkFork\Microsoft.CodeDom\Configuration\CodeDomCompilationConfiguration.cs (2)
22_compilerLanguages = new Hashtable(StringComparer.OrdinalIgnoreCase); 23_compilerExtensions = new Hashtable(StringComparer.OrdinalIgnoreCase);
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (2)
26private Hashtable _keys = new Hashtable(StringComparer.OrdinalIgnoreCase); 127_keys = new Hashtable(StringComparer.OrdinalIgnoreCase);
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeIdentifiers.cs (2)
59_identifiers = new Hashtable(comparer); 60_reservedIdentifiers = new Hashtable(comparer);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TimeBoundedCache.cs (1)
29_entries = new Hashtable(keyComparer);
Microsoft.Build (1)
Construction\Solution\ProjectInSolution.cs (1)
144AspNetConfigurations = new Hashtable(StringComparer.OrdinalIgnoreCase);
Microsoft.Build.Tasks.Core (2)
RedistList.cs (2)
550var uniqueClientListNames = new Hashtable(StringComparer.OrdinalIgnoreCase); 590var denyList = new Hashtable(StringComparer.OrdinalIgnoreCase);
PresentationFramework (2)
MS\Internal\WeakHashtable.cs (1)
27: base(_comparer)
MS\Internal\WeakObjectHashtable.cs (1)
33: base(_comparer)
System.CodeDom (1)
src\libraries\Common\src\System\IO\TempFileCollection.cs (1)
41_files = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Collections.NonGeneric (1)
System\Collections\Specialized\CollectionsUtil.cs (1)
19return new Hashtable(StringComparer.CurrentCultureIgnoreCase);
System.Collections.Specialized (1)
System\Collections\Specialized\NameObjectCollectionBase.cs (1)
109_entriesTable = new Hashtable(_keyComparer);
System.ComponentModel.TypeConverter (2)
System\ComponentModel\PropertyDescriptorCollection.cs (1)
186_cachedFoundProperties = new Hashtable(StringComparer.OrdinalIgnoreCase);
System\ComponentModel\WeakHashtable.cs (1)
21internal WeakHashtable() : base(s_comparer)
System.Configuration.ConfigurationManager (4)
src\libraries\Common\src\System\IO\TempFileCollection.cs (1)
41_files = new Hashtable(StringComparer.OrdinalIgnoreCase);
System\Configuration\BaseConfigurationRecord.cs (1)
3417_children ??= new Hashtable(StringComparer.OrdinalIgnoreCase);
System\Configuration\DictionarySectionHandler.cs (1)
32res = new Hashtable(StringComparer.OrdinalIgnoreCase);
System\Configuration\MgmtConfigurationRecord.cs (1)
302_locationTags ??= new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
409Hashtable descriptors = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\EncodingTable.cs (1)
18private static readonly Hashtable s_nameToCodePage = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
System.Private.Xml (2)
System\Xml\Serialization\CodeIdentifiers.cs (2)
58_identifiers = new Hashtable(comparer); 59_reservedIdentifiers = new Hashtable(comparer);
System.Runtime.Caching (2)
System\Runtime\Caching\FileChangeNotificationSystem.cs (1)
92_dirMonitors = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
System\Runtime\Caching\MemoryCacheStore.cs (1)
41_entries = new Hashtable(new MemoryCacheEqualityComparer());