122 references to Hashtable
mscorlib (5)
system\globalization\encodingtable.cs (1)
49private static Hashtable hashByName = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
system\resources\resourcemanager.cs (1)
1565Hashtable satelliteInfo = new Hashtable(StringComparer.OrdinalIgnoreCase);
system\resources\resourceset.cs (1)
319caseTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
system\runtime\remoting\ichannel.cs (1)
484private Hashtable _properties = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
system\runtime\remoting\remotingconfigparser.cs (1)
419return new Hashtable(StringComparer.InvariantCultureIgnoreCase);
PresentationFramework (1)
src\Framework\MS\Internal\WeakHashtable.cs (1)
33: base(_comparer)
System (20)
compmod\system\codedom\CodeNamespaceImportCollection.cs (2)
29private Hashtable keys = new Hashtable(StringComparer.OrdinalIgnoreCase); 118keys = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (2)
54_compilerLanguages = new Hashtable(StringComparer.OrdinalIgnoreCase); 55_compilerExtensions = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\codedom\compiler\TempFiles.cs (1)
66files = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\collections\specialized\collectionsutil.cs (1)
22return new Hashtable(StringComparer.CurrentCultureIgnoreCase);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
266_entriesTable = new Hashtable(_keyComparer);
compmod\system\collections\specialized\stringdictionarywithcomparer.cs (1)
27ReplaceHashtable(new Hashtable(comparer));
compmod\system\diagnostics\ListenerElementsCollection.cs (1)
145_attributes = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\diagnostics\SourceElementsCollection.cs (1)
68_attributes = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\diagnostics\SwitchElementsCollection.cs (1)
52_attributes = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\security\permissions\ResourcePermissionBase.cs (1)
66return new Hashtable(StringComparer.OrdinalIgnoreCase);
misc\WeakHashtable.cs (1)
26internal WeakHashtable() : base(_comparer)
net\System\Net\_WebProxyDataBuilder.cs (1)
113Hashtable proxyListHashTable = new Hashtable(CaseInsensitiveAscii.StaticInstance);
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
108private readonly static Hashtable listenerInfos = new Hashtable(StringComparer.OrdinalIgnoreCase); 394messageLibraries = new Hashtable(StringComparer.OrdinalIgnoreCase);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
610Interlocked.CompareExchange(ref this.customCategoryTable, new Hashtable(StringComparer.OrdinalIgnoreCase), null); 1316this.InstanceNameTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
36private static Hashtable categoryDataTable = new Hashtable(StringComparer.Ordinal);
sys\system\configuration\DictionarySectionHandler.cs (1)
35res = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
4035_children = new Hashtable(StringComparer.OrdinalIgnoreCase);
System\Configuration\MgmtConfigurationRecord.cs (1)
370_locationTags = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
341Hashtable descriptors = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Drawing (2)
commonui\System\Drawing\ColorConverter.cs (2)
53Hashtable tempHash = new Hashtable(StringComparer.OrdinalIgnoreCase); 74Hashtable tempHash = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Messaging (4)
System\Messaging\Design\MessageQueueConverter.cs (1)
30private static Hashtable componentsCreated = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
System\Messaging\MessageQueuePermission.cs (3)
230Hashtable newFormatNames = new Hashtable(GetComparer()); 335this.resolvedFormatNames = new Hashtable(GetComparer()); 478Hashtable newFormatNames = new Hashtable(GetComparer());
System.Runtime.Caching (2)
System\Caching\FileChangeNotificationSystem.cs (1)
71_dirMonitors = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
System\Caching\MemoryCacheStore.cs (1)
31_entries = new Hashtable(new MemoryCacheEqualityComparer());
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContract.cs (1)
434typeToIDCache = new Hashtable(new HashTableEqualityComparer());
System.ServiceModel (1)
System\ServiceModel\Security\TimeBoundedCache.cs (1)
32this.entries = new Hashtable(keyComparer);
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ServiceRouteHandler.cs (1)
36static Hashtable routeServiceTable = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
660this.serviceActivations = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 1910static Hashtable pathCache = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Web (50)
Compilation\AssemblyBuilder.cs (1)
52private Hashtable _buildProviders = new Hashtable(StringComparer.OrdinalIgnoreCase);
Compilation\BaseResourcesBuildProvider.cs (1)
194IDictionary resourceList = new Hashtable(StringComparer.OrdinalIgnoreCase);
Compilation\BuildManager.cs (1)
1031_assemblyResolveMapping = new Hashtable(StringComparer.OrdinalIgnoreCase);
Compilation\BuildProvidersCompiler.cs (2)
158_satelliteAssemblyBuilders = new Hashtable( 269private IDictionary _buildProviders = new Hashtable(
Compilation\IImplicitResourceProvider.cs (1)
143_implicitResources = new Hashtable(StringComparer.OrdinalIgnoreCase);
Compilation\TimeStampChecker.cs (1)
19private Hashtable _timeStamps = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\BrowserCapabilitiesFactoryBase.cs (1)
43Hashtable browserElements = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
Configuration\CompilationSection.cs (2)
529Hashtable compilerLanguages = new Hashtable(StringComparer.OrdinalIgnoreCase); 530_compilerExtensions = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\HealthMonitoringSectionHelper.cs (1)
91_cachedMatchedRulesForCustomEvents = new Hashtable(new WebBaseEventKeyComparer());
Configuration\HttpCapabilitiesBase.cs (1)
341_adapters = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\NamespaceCollection.cs (1)
95_namespaceEntries = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\PagesSection.cs (1)
716Hashtable userControlRegisterEntries = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\RemoteWebConfigurationHost.cs (1)
76_PathMap = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\TagMapCollection.cs (1)
79Hashtable tagMappings = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\TransformerInfoCollection.cs (1)
84_transformerEntries = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\WebConfigurationHost.cs (1)
517_fileChangeCallbacks = new Hashtable(StringComparer.OrdinalIgnoreCase);
FileChangesMonitor.cs (4)
583_fileMons = new Hashtable(StringComparer.OrdinalIgnoreCase); 1542_aliases = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase)); 1543_dirs = new Hashtable(StringComparer.OrdinalIgnoreCase); 1544_subDirDirMons = new Hashtable(StringComparer.OrdinalIgnoreCase);
Hosting\MapPathBasedVirtualPathProvider.cs (2)
287_exclude = new Hashtable(StringComparer.OrdinalIgnoreCase); 298_virtualPaths = new Hashtable(StringComparer.OrdinalIgnoreCase);
httpstaticobjectscollection.cs (1)
30private IDictionary _objects = new Hashtable(StringComparer.OrdinalIgnoreCase);
Security\ADMembershipProvider.cs (2)
123Hashtable attributesInUse = new Hashtable(StringComparer.OrdinalIgnoreCase); 3292Hashtable attributes = new Hashtable(StringComparer.OrdinalIgnoreCase);
StaticSiteMapProvider.cs (1)
80_urlTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\BaseTemplateParser.cs (1)
340public TagNamespaceRegisterEntryTable() : base(StringComparer.OrdinalIgnoreCase) {
UI\ChtmlTextWriter.cs (6)
26private Hashtable _recognizedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 27private Hashtable _suppressedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 28private Hashtable _globalSuppressedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 68eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 124eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 131eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
UI\DataBindingCollection.cs (2)
31this.bindings = new Hashtable(StringComparer.OrdinalIgnoreCase); 95removedBindings = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\ExpressionBindingCollection.cs (2)
31this.bindings = new Hashtable(StringComparer.OrdinalIgnoreCase); 95removedBindings = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\ObjectStateFormatter.cs (1)
745_stringTable = new Hashtable(StringComparer.Ordinal);
UI\RootBuilder.cs (1)
49_builtObjects = new Hashtable(ReferenceKeyComparer.Default);
UI\TagNameToTypeMapper.cs (2)
342_prefixedMappers = new Hashtable(StringComparer.OrdinalIgnoreCase); 441_mappedTags = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\WebControls\WebColorConverter.cs (1)
136Hashtable t = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\XhtmlTextWriter.cs (4)
20private Hashtable _elementSpecificAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 21private Hashtable _suppressCommonAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 144eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 196eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
WorkerRequest.cs (2)
1376static private Hashtable s_requestHeadersLoookupTable = new Hashtable(StringComparer.OrdinalIgnoreCase); 1377static private Hashtable s_responseHeadersLoookupTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Web.DataVisualization (7)
Common\Borders3D\Borders3D.cs (2)
598internal Hashtable registeredBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 599private Hashtable _createdBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\ChartTypeRegistry.cs (2)
128internal Hashtable registeredChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 129private Hashtable _createdChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\Formulas\FormulaRegistry.cs (2)
47 internal Hashtable registeredModules = new Hashtable(StringComparer.OrdinalIgnoreCase); 48private Hashtable _createdModules = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\Utilities\ImageLoader.cs (1)
172_imageData = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Web.Extensions (4)
Handlers\ScriptResourceHandler.cs (1)
562private static readonly IDictionary _urlCache = Hashtable.Synchronized(new Hashtable(ListEqualityComparer.Instance));
Script\Serialization\JavaScriptSerializer.cs (1)
500objectsInUse = new Hashtable(new ReferenceComparer());
UI\ScriptManager.cs (2)
1198_initialState = new Hashtable(StringComparer.Ordinal); 1392_initialState = new Hashtable(StringComparer.Ordinal);
System.Windows.Forms (3)
misc\WeakHashtable.cs (1)
26internal WeakHashtable() : base(_comparer)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
986cachedTypes = Hashtable.Synchronized(new Hashtable(StringComparer.Ordinal));
winforms\Managed\System\WinForms\DataObject.cs (1)
2108private Hashtable data = new Hashtable(BackCompatibleStringComparer.Default);
System.Windows.Forms.DataVisualization (7)
Common\Borders3D\Borders3D.cs (2)
598internal Hashtable registeredBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 599private Hashtable _createdBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\ChartTypeRegistry.cs (2)
128internal Hashtable registeredChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 129private Hashtable _createdChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\Formulas\FormulaRegistry.cs (2)
47 internal Hashtable registeredModules = new Hashtable(StringComparer.OrdinalIgnoreCase); 48private Hashtable _createdModules = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\Utilities\ImageLoader.cs (1)
172_imageData = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
55private Hashtable boundedTypes = new Hashtable(new TypeArrayComparer());
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
387this.hashtable = new Hashtable((IEqualityComparer)new DigestComparerWrapper());
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
64static Hashtable pathCache = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Xml (2)
System\Xml\Serialization\CodeIdentifiers.cs (2)
53identifiers = new Hashtable(comparer); 54reservedIdentifiers = new Hashtable(comparer);
WindowsBase (4)
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (3)
443_transformLookupTable = new Hashtable(CU.StringCaseInsensitiveComparer); 467_dataSpaceDefinitions = new Hashtable(CU.StringCaseInsensitiveComparer); 468_transformDefinitions = new Hashtable(CU.StringCaseInsensitiveComparer);
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (1)
60elementInfoCores = new Hashtable(CU.StringCaseInsensitiveComparer);