122 references to Hashtable
mscorlib (5)
system\globalization\encodingtable.cs (1)
49
private static Hashtable hashByName = Hashtable.Synchronized(new
Hashtable
(StringComparer.OrdinalIgnoreCase));
system\resources\resourcemanager.cs (1)
1565
Hashtable satelliteInfo = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
system\resources\resourceset.cs (1)
319
caseTable = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
system\runtime\remoting\ichannel.cs (1)
484
private Hashtable _properties = new
Hashtable
(StringComparer.InvariantCultureIgnoreCase);
system\runtime\remoting\remotingconfigparser.cs (1)
419
return new
Hashtable
(StringComparer.InvariantCultureIgnoreCase);
PresentationFramework (1)
src\Framework\MS\Internal\WeakHashtable.cs (1)
33
:
base
(_comparer)
System (20)
compmod\system\codedom\CodeNamespaceImportCollection.cs (2)
29
private Hashtable keys = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
118
keys = 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)
66
files = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
compmod\system\collections\specialized\collectionsutil.cs (1)
22
return new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
266
_entriesTable = new
Hashtable
(_keyComparer);
compmod\system\collections\specialized\stringdictionarywithcomparer.cs (1)
27
ReplaceHashtable(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)
66
return new
Hashtable
(StringComparer.OrdinalIgnoreCase);
misc\WeakHashtable.cs (1)
26
internal WeakHashtable() :
base
(_comparer)
net\System\Net\_WebProxyDataBuilder.cs (1)
113
Hashtable proxyListHashTable = new
Hashtable
(CaseInsensitiveAscii.StaticInstance);
services\monitoring\system\diagnosticts\EventLogInternal.cs (2)
108
private readonly static Hashtable listenerInfos = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
394
messageLibraries = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
610
Interlocked.CompareExchange(ref this.customCategoryTable, new
Hashtable
(StringComparer.OrdinalIgnoreCase), null);
1316
this.InstanceNameTable = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
36
private static Hashtable categoryDataTable = new
Hashtable
(StringComparer.Ordinal);
sys\system\configuration\DictionarySectionHandler.cs (1)
35
res = 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)
341
Hashtable descriptors = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
System.Drawing (2)
commonui\System\Drawing\ColorConverter.cs (2)
53
Hashtable tempHash = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
74
Hashtable tempHash = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
System.Messaging (4)
System\Messaging\Design\MessageQueueConverter.cs (1)
30
private static Hashtable componentsCreated = new
Hashtable
(StringComparer.InvariantCultureIgnoreCase);
System\Messaging\MessageQueuePermission.cs (3)
230
Hashtable newFormatNames = new
Hashtable
(GetComparer());
335
this.resolvedFormatNames = new
Hashtable
(GetComparer());
478
Hashtable 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)
434
typeToIDCache = new
Hashtable
(new HashTableEqualityComparer());
System.ServiceModel (1)
System\ServiceModel\Security\TimeBoundedCache.cs (1)
32
this.entries = new
Hashtable
(keyComparer);
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ServiceRouteHandler.cs (1)
36
static Hashtable routeServiceTable = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
660
this.serviceActivations = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
1910
static Hashtable pathCache = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
System.Web (50)
Compilation\AssemblyBuilder.cs (1)
52
private Hashtable _buildProviders = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Compilation\BaseResourcesBuildProvider.cs (1)
194
IDictionary resourceList = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Compilation\BuildManager.cs (1)
1031
_assemblyResolveMapping = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Compilation\BuildProvidersCompiler.cs (2)
158
_satelliteAssemblyBuilders = new
Hashtable
(
269
private IDictionary _buildProviders = new
Hashtable
(
Compilation\IImplicitResourceProvider.cs (1)
143
_implicitResources = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Compilation\TimeStampChecker.cs (1)
19
private Hashtable _timeStamps = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Configuration\BrowserCapabilitiesFactoryBase.cs (1)
43
Hashtable browserElements = Hashtable.Synchronized(new
Hashtable
(StringComparer.OrdinalIgnoreCase));
Configuration\CompilationSection.cs (2)
529
Hashtable 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)
716
Hashtable userControlRegisterEntries = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Configuration\RemoteWebConfigurationHost.cs (1)
76
_PathMap = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Configuration\TagMapCollection.cs (1)
79
Hashtable 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)
30
private IDictionary _objects = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Security\ADMembershipProvider.cs (2)
123
Hashtable attributesInUse = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
3292
Hashtable attributes = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
StaticSiteMapProvider.cs (1)
80
_urlTable = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
UI\BaseTemplateParser.cs (1)
340
public TagNamespaceRegisterEntryTable() :
base
(StringComparer.OrdinalIgnoreCase) {
UI\ChtmlTextWriter.cs (6)
26
private Hashtable _recognizedAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
27
private Hashtable _suppressedAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
28
private Hashtable _globalSuppressedAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
68
eltAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
124
eltAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
131
eltAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
UI\DataBindingCollection.cs (2)
31
this.bindings = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
95
removedBindings = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
UI\ExpressionBindingCollection.cs (2)
31
this.bindings = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
95
removedBindings = 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)
136
Hashtable t = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
UI\XhtmlTextWriter.cs (4)
20
private Hashtable _elementSpecificAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
21
private Hashtable _suppressCommonAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
144
eltAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
196
eltAttributes = new
Hashtable
(StringComparer.CurrentCultureIgnoreCase);
WorkerRequest.cs (2)
1376
static private Hashtable s_requestHeadersLoookupTable = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
1377
static private Hashtable s_responseHeadersLoookupTable = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
System.Web.DataVisualization (7)
Common\Borders3D\Borders3D.cs (2)
598
internal Hashtable registeredBorderTypes = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
599
private Hashtable _createdBorderTypes = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\ChartTypeRegistry.cs (2)
128
internal Hashtable registeredChartTypes = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
129
private Hashtable _createdChartTypes = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Common\Formulas\FormulaRegistry.cs (2)
47
internal Hashtable registeredModules = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
48
private 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)
562
private static readonly IDictionary _urlCache = Hashtable.Synchronized(new
Hashtable
(ListEqualityComparer.Instance));
Script\Serialization\JavaScriptSerializer.cs (1)
500
objectsInUse = 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)
26
internal WeakHashtable() :
base
(_comparer)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
986
cachedTypes = Hashtable.Synchronized(new
Hashtable
(StringComparer.Ordinal));
winforms\Managed\System\WinForms\DataObject.cs (1)
2108
private Hashtable data = new
Hashtable
(BackCompatibleStringComparer.Default);
System.Windows.Forms.DataVisualization (7)
Common\Borders3D\Borders3D.cs (2)
598
internal Hashtable registeredBorderTypes = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
599
private Hashtable _createdBorderTypes = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\ChartTypeRegistry.cs (2)
128
internal Hashtable registeredChartTypes = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
129
private Hashtable _createdChartTypes = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
Common\Formulas\FormulaRegistry.cs (2)
47
internal Hashtable registeredModules = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
48
private 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)
55
private Hashtable boundedTypes = new
Hashtable
(new TypeArrayComparer());
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
387
this.hashtable = new
Hashtable
((IEqualityComparer)new DigestComparerWrapper());
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
64
static Hashtable pathCache = new
Hashtable
(StringComparer.OrdinalIgnoreCase);
System.Xml (2)
System\Xml\Serialization\CodeIdentifiers.cs (2)
53
identifiers = new
Hashtable
(comparer);
54
reservedIdentifiers = 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)
60
elementInfoCores = new
Hashtable
(CU.StringCaseInsensitiveComparer);