761 references to Hashtable
mscorlib (59)
system\__comobject.cs (1)
106
m_ObjectToDataMap = new
Hashtable
();
system\collections\dictionarybase.cs (1)
25
hashtable = new
Hashtable
();
system\currenttimezone.cs (1)
55
private Hashtable m_CachedDaylightChanges = new
Hashtable
();
system\diagnostics\log.cs (1)
64
m_Hashtable = new
Hashtable
();
system\globalization\cultureinfo.cs (2)
1758
tempNameHT = Hashtable.Synchronized(new
Hashtable
());
1787
tempLcidHT = Hashtable.Synchronized(new
Hashtable
());
system\globalization\datetimeformatinfo.cs (1)
474
s_calendarNativeNames = new
Hashtable
();
system\globalization\encodingtable.cs (1)
53
private static Hashtable hashByCodePage = Hashtable.Synchronized(new
Hashtable
());
system\reflection\emit\typebuilderinstantiation.cs (2)
51
internal Hashtable m_hashtable = new
Hashtable
();
60
m_hashtable = new
Hashtable
();
system\resources\resourcemanager.cs (4)
328
ResourceSets = new
Hashtable
(); // for backward compatibility
491
ResourceSets = new
Hashtable
(); // for backward compatibility
535
ResourceSets = new
Hashtable
(); // for backward compatibility
598
ResourceSets = new
Hashtable
(); // for backwards compat
system\resources\resourceset.cs (1)
140
Table = new
Hashtable
();
system\runtime\interopservices\tceadaptergen\tceadaptergenerator.cs (1)
138
private Hashtable m_SrcItfToSrcItfInfoMap = new
Hashtable
();
system\runtime\remoting\activationservices.cs (1)
42
private static Hashtable _proxyTable = new
Hashtable
();
system\runtime\remoting\callcontext.cs (2)
211
m_Datastore = new
Hashtable
();
541
m_Datastore = new
Hashtable
();
system\runtime\remoting\channelservices.cs (1)
402
Hashtable table = new
Hashtable
();
system\runtime\remoting\configuration.cs (4)
927
_remoteTypeInfo = Hashtable.Synchronized(new
Hashtable
());
929
_exportableClasses = Hashtable.Synchronized(new
Hashtable
());
931
_remoteAppInfo = Hashtable.Synchronized(new
Hashtable
());
932
_wellKnownExportInfo = Hashtable.Synchronized(new
Hashtable
());
system\runtime\remoting\identityholder.cs (1)
66
private static Hashtable _URITable = new
Hashtable
();
system\runtime\remoting\leasemanager.cs (2)
27
private Hashtable leaseToTimeTable = new
Hashtable
();
31
private Hashtable sponsorTable = new
Hashtable
();
system\runtime\remoting\message.cs (12)
945
Object properties = new CRMDictionary(this, new
Hashtable
());
1311
Object properties = new CCMDictionary(this, new
Hashtable
());
2045
_dict = new
Hashtable
();
2078
_dict = new
Hashtable
();
2472
_h = new
Hashtable
();
3687
InternalProperties = new
Hashtable
();
3864
InternalProperties = new
Hashtable
();
4063
InternalProperties = new
Hashtable
();
4675
InternalProperties = new
Hashtable
();
4787
InternalProperties = new
Hashtable
();
4913
InternalProperties = new
Hashtable
();
5050
_props = new
Hashtable
();
system\runtime\remoting\soap.cs (9)
43
private static Hashtable _interopXmlElementToType = Hashtable.Synchronized(new
Hashtable
());
44
private static Hashtable _interopTypeToXmlElement = Hashtable.Synchronized(new
Hashtable
());
46
private static Hashtable _interopXmlTypeToType = Hashtable.Synchronized(new
Hashtable
());
47
private static Hashtable _interopTypeToXmlType = Hashtable.Synchronized(new
Hashtable
());
49
private static Hashtable _xmlToFieldTypeMap = Hashtable.Synchronized(new
Hashtable
());
51
private static Hashtable _methodBaseToSoapAction = Hashtable.Synchronized(new
Hashtable
());
52
private static Hashtable _soapActionToMethodBase = Hashtable.Synchronized(new
Hashtable
());
92
private Hashtable _attributes = new
Hashtable
();
93
private Hashtable _elements = new
Hashtable
();
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (1)
256
objectMapTable = new
Hashtable
();
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
906
internal Hashtable seenBeforeTable = new
Hashtable
();
system\runtime\serialization\objectclonehelper.cs (1)
136
Hashtable fields = new
Hashtable
();
system\runtime\serialization\serializationeventscache.cs (1)
185
private static Hashtable cache = new
Hashtable
();
system\runtime\serialization\serializationobjectmanager.cs (2)
22
private Hashtable m_objectSeenTable = new
Hashtable
(); // Table to keep track of objects [OnSerializing] has been called on
30
m_objectSeenTable = new
Hashtable
();
system\security\accesscontrol\privilege.cs (2)
41
private static Hashtable privileges = new
Hashtable
();
42
private static Hashtable luids = new
Hashtable
();
system\security\policy\policylevel.cs (2)
521
Hashtable classes = new
Hashtable
();
566
classes = new
Hashtable
();
system\text\encoding.cs (1)
453
encodings = new
Hashtable
();
PresentationBuildTasks (7)
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
670
_uidTable = new
Hashtable
();
672
_sequenceMaxIds = new
Hashtable
();
Framework\System\Windows\Markup\BamlMapTable.cs (1)
1828
Hashtable _objectHashTable = new
Hashtable
();
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1880
Hashtable _IDTypes = new
Hashtable
();
Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
4223
_dpLookupHashtable = new
Hashtable
();
4365
Hashtable _typeLookupFromXmlHashtable = new
Hashtable
();
4368
Hashtable _namespaceMapHashList = new
Hashtable
();
PresentationCore (15)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
179
_namespaceMap = new
Hashtable
();
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (3)
1821
ht = new
Hashtable
();
2292
s_patternInfo = new
Hashtable
();
2324
s_propertyInfo = new
Hashtable
();
Core\CSharp\System\Windows\DataObject.cs (1)
4192
private Hashtable _data = new
Hashtable
();
Core\CSharp\System\Windows\Input\InputManager.cs (1)
1182
private Hashtable _inputProviders = new
Hashtable
();
Core\CSharp\System\Windows\Input\StagingAreaInputItem.cs (1)
43
_dictionary = new
Hashtable
();
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (2)
101
_compartmentTable = new
Hashtable
();
131
_globalcompartmentTable = new
Hashtable
();
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
82
_uriTable = Hashtable.Synchronized(new
Hashtable
());
Core\CSharp\System\Windows\Media\Imaging\ImagingCache.cs (2)
146
private static Hashtable _imageCache = new
Hashtable
();
149
private static Hashtable _decoderCache = new
Hashtable
();
Core\CSharp\System\Windows\Media\UniqueEventHelper.cs (2)
115
_htDelegates = new
Hashtable
();
226
_htDelegates = new
Hashtable
();
Shared\MS\Utility\Maps.cs (1)
78
_overFlow = new
Hashtable
();
PresentationFramework (27)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
78
_locatorPartHandlers = new
Hashtable
();
79
_subtreeProcessors = new
Hashtable
();
80
_selectionProcessors = new
Hashtable
();
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
574
private static Hashtable _ZLevel = new
Hashtable
();
579
private static Hashtable _ZRanges = new
Hashtable
();
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
1177
private static Hashtable _documentHandlers = new
Hashtable
();
src\Framework\MS\Internal\Data\AccessorTable.cs (1)
184
private Hashtable _table = new
Hashtable
();
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
536
_nameToGroupMap = new
Hashtable
();
src\Framework\MS\Internal\LayoutDump.cs (2)
182
private static Hashtable _elementToDumpHandler = new
Hashtable
();
187
private static Hashtable _documentPageToDumpHandler = new
Hashtable
();
src\Framework\System\Windows\Controls\DefinitionBase.cs (1)
736
private Hashtable _registry = new
Hashtable
(); // storage for shared state objects
src\Framework\System\Windows\Controls\Grid.cs (1)
1361
store = new
Hashtable
();
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
52
_textPatternAttributes = new
Hashtable
();
src\Framework\System\Windows\Documents\FixedFlowMap.cs (1)
362
_mapping = new
Hashtable
();
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
3762
_fontMappings = new
Hashtable
();
src\Framework\System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
249
_attributes = new
Hashtable
();
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
1193
private static Hashtable invalidatorMap = new
Hashtable
();
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
1796
_converterCache = new
Hashtable
();
1828
Hashtable _objectHashTable = new
Hashtable
();
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
425
private static Hashtable _shouldSerializeCache = new
Hashtable
();
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
58
namespaceMaps = new
Hashtable
();
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
4223
_dpLookupHashtable = new
Hashtable
();
4365
Hashtable _typeLookupFromXmlHashtable = new
Hashtable
();
4368
Hashtable _namespaceMapHashList = new
Hashtable
();
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
127
Hashtable result = new
Hashtable
();
src\Framework\System\Windows\ResourceDictionary.cs (1)
55
_baseDictionary = new
Hashtable
();
src\Framework\System\Windows\SystemResources.cs (1)
1763
private static Hashtable _resourceCache = new
Hashtable
();
SMSvcHost (3)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (1)
23
static Hashtable listenerChannelIds = new
Hashtable
();
System\ServiceModel\Activation\TransportListener.cs (2)
25
static Hashtable namedPipeInstances = new
Hashtable
();
26
static Hashtable tcpInstances = new
Hashtable
();
System (55)
compmod\system\collections\specialized\stringdictionary.cs (1)
33
internal Hashtable contents = new
Hashtable
();
compmod\system\componentmodel\AttributeCollection.cs (1)
317
_defaultAttributes = new
Hashtable
();
compmod\system\componentmodel\ComponentResourceManager.cs (1)
92
_resourceSets = new
Hashtable
();
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (2)
31
internal Hashtable savedLicenseKeys = new
Hashtable
();
86
savedLicenseKeys = new
Hashtable
();
compmod\system\componentmodel\LicenseManager.cs (2)
89
providers = new
Hashtable
();
95
providerInstances = new
Hashtable
();
compmod\system\componentmodel\PropertyDescriptor.cs (1)
159
valueChangedHandlers = new
Hashtable
();
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (8)
115
Hashtable temp = new
Hashtable
();
267
dict = new
Hashtable
();
844
_typeData = new
Hashtable
();
924
_attributeCache = new
Hashtable
();
968
_attributeCache = new
Hashtable
();
1008
_eventCache = new
Hashtable
();
1119
_extendedPropertyCache = new
Hashtable
();
1212
_propertyCache = new
Hashtable
();
compmod\system\componentmodel\TypeDescriptor.cs (5)
42
private static Hashtable _providerTypeTable = new
Hashtable
(); // A direct mapping from type to provider.
43
private static volatile Hashtable _defaultProviders = new
Hashtable
(); // A table of type -> default provider to track DefaultTypeDescriptionProviderAttributes.
433
_defaultProviders = new
Hashtable
();
3053
refreshedTypes = new
Hashtable
();
3067
refreshedTypes = new
Hashtable
();
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
494
private static Hashtable s_AppDomains = new
Hashtable
();
net\System\Net\_SpnDictionary.cs (1)
34
private Hashtable m_SyncTable = Hashtable.Synchronized(new
Hashtable
());
net\System\Net\_TimerThread.cs (1)
181
private static Hashtable s_QueuesCache = new
Hashtable
();
net\System\Net\Configuration\ConnectionManagementSection.cs (1)
58
retval = new
Hashtable
();
net\System\Net\ConnectionPoolManager.cs (1)
18
private static Hashtable m_ConnectionPools = new
Hashtable
(); // Hashtable used for connection pools
net\System\Net\cookiecontainer.cs (2)
109
Hashtable m_domainTable = new
Hashtable
();
372
m_domainTable = new
Hashtable
();
net\System\Net\CredentialCache.cs (2)
23
private Hashtable cache = new
Hashtable
();
24
private Hashtable cacheForHosts = new
Hashtable
();
net\System\Net\HttpListener.cs (2)
360
internal Hashtable m_UriPrefixes = new
Hashtable
();
615
m_DisconnectResults = Hashtable.Synchronized(new
Hashtable
());
net\System\Net\mail\SmtpDigestAuthenticationModule.cs (1)
24
Hashtable sessions = new
Hashtable
();
net\System\Net\mail\SmtpLoginAuthenticationModule.cs (1)
23
Hashtable sessions = new
Hashtable
();
net\System\Net\mail\SmtpNegotiateAuthenticationModule.cs (1)
19
Hashtable sessions = new
Hashtable
();
net\System\Net\mail\SmtpNtlmAuthenticationModule.cs (1)
25
Hashtable sessions = new
Hashtable
();
net\System\Net\ServicePointManager.cs (1)
202
configTable = new
Hashtable
();
regex\system\text\regularexpressions\RegexParser.cs (3)
197
_caps = new
Hashtable
();
1633
_capnames = new
Hashtable
();
1698
_capnames = new
Hashtable
();
services\monitoring\system\diagnosticts\DiagnosticsConfigurationHandler.cs (1)
49
config = new
Hashtable
();
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (1)
317
Hashtable h = new
Hashtable
();
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
927
PerformanceCounterLib.libraryTable = new
Hashtable
();
1014
stringTable = new
Hashtable
();
1315
this.CounterTable = new
Hashtable
();
services\monitoring\system\diagnosticts\ProcessManager.cs (3)
353
Hashtable processInfos = new
Hashtable
();
482
valueIds = new
Hashtable
();
792
Hashtable processInfos = new
Hashtable
();
sys\system\configuration\ClientSettingsStore.cs (2)
90
IDictionary settings = new
Hashtable
();
110
IDictionary settings = new
Hashtable
();
sys\system\configuration\LocalFileSettingsProvider.cs (2)
169
IDictionary roamingUserSettings = new
Hashtable
();
170
IDictionary localUserSettings = new
Hashtable
();
sys\system\configuration\SettingsAttributeDictionary.cs (1)
21
public SettingsAttributeDictionary() :
base
() { }
sys\system\configuration\SettingsContext.cs (1)
21
public SettingsContext() :
base
() { }
sys\system\configuration\SingleTagSectionHandler.cs (1)
35
result = new
Hashtable
();
System.Activities (5)
System\Activities\ActivityUtilities.cs (3)
1363
static Hashtable inArgumentTypeDefinitions = new
Hashtable
();
1364
static Hashtable outArgumentTypeDefinitions = new
Hashtable
();
1365
static Hashtable inOutArgumentTypeDefinitions = new
Hashtable
();
System\Activities\Tracking\EtwTrackingParticipant.cs (1)
34
static Hashtable diagnosticTraceCache = new
Hashtable
();
System\Activities\Tracking\TrackingProvider.cs (1)
249
this.activitySubscriptions = new
Hashtable
();
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (2)
37
private static Hashtable _baseMemberMap = new
Hashtable
();
40
private static Hashtable _attributeDataCache = new
Hashtable
();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\EditorUtilities.cs (1)
20
private static Hashtable _cachedLookups = new
Hashtable
();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyActiveEditModeStateContainer.cs (1)
21
private Hashtable _expandedPropertyEditors = new
Hashtable
();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
367
cache = new
Hashtable
();
1473
_seenAttributes = new
Hashtable
();
System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
62
converterCache = new
Hashtable
();
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
43
System.Collections.IDictionary props = new System.Collections.
Hashtable
();
System.Configuration (12)
System\Configuration\BaseConfigurationRecord.cs (4)
793
factoryList = new
Hashtable
();
2266
factoryList = new
Hashtable
();
3716
_sectionRecords = new
Hashtable
();
3769
_factoryRecords = new
Hashtable
();
System\Configuration\ConfigurationElement.cs (1)
50
private static Hashtable s_propertyBags = new
Hashtable
();
System\Configuration\ConfigurationElementCollection.cs (1)
211
Hashtable Inheritance = new
Hashtable
();
System\Configuration\MgmtConfigurationRecord.cs (4)
247
_sectionGroups = new
Hashtable
();
260
_removedSections = new
Hashtable
();
273
_removedSectionGroups = new
Hashtable
();
406
Hashtable factories = new
Hashtable
();
System\Configuration\SectionUpdates.cs (2)
24
_groups = new
Hashtable
();
25
_sections = new
Hashtable
();
System.Data (44)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeDataCache.cs (2)
37
private static Hashtable _baseMemberMap = new
Hashtable
();
40
private static Hashtable _attributeDataCache = new
Hashtable
();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\EditorUtilities.cs (1)
20
private static Hashtable _cachedLookups = new
Hashtable
();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyActiveEditModeStateContainer.cs (1)
21
private Hashtable _expandedPropertyEditors = new
Hashtable
();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (2)
367
cache = new
Hashtable
();
1473
_seenAttributes = new
Hashtable
();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
62
converterCache = new
Hashtable
();
fx\src\data\System\Data\CodeGen\datacache.cs (1)
98
lookupIdentifiers = new
Hashtable
();
fx\src\data\System\Data\Common\DbConnectionOptions.cs (1)
141
_parsetable = new
Hashtable
();
fx\src\data\System\Data\DataSet.cs (1)
3489
Hashtable importedTypes = new
Hashtable
();
fx\src\data\System\Data\DataTable.cs (4)
681
Hashtable rowErrors = new
Hashtable
();
682
Hashtable colErrors = new
Hashtable
();
2175
visitedMap = new
Hashtable
();
6139
rowDiffId = new
Hashtable
();
fx\src\data\System\Data\DataViewSettingCollection.cs (1)
21
private readonly Hashtable list = new
Hashtable
();
fx\src\data\System\Data\PropertyCollection.cs (1)
22
public PropertyCollection() :
base
() {
fx\src\data\System\Data\Sql\sqlser.cs (1)
82
m_types2Serializers = new
Hashtable
();
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
92
Hashtable ht = new
Hashtable
();
fx\src\data\System\Data\XmlDataLoader.cs (5)
40
this.nodeToRowMap = new
Hashtable
();
48
this.nodeToRowMap = new
Hashtable
();
63
this.nodeToRowMap = new
Hashtable
();
73
this.nodeToRowMap = new
Hashtable
();
346
Hashtable foundColumns = new
Hashtable
();
fx\src\data\System\Data\xmlsaver.cs (6)
469
autogenerated = new
Hashtable
();
499
namespaces = new
Hashtable
();
500
prefixes = new
Hashtable
();
807
namespaces = new
Hashtable
();
808
prefixes = new
Hashtable
();
811
autogenerated = new
Hashtable
();
fx\src\data\System\Data\XMLSchema.cs (8)
199
udSimpleTypes = new
Hashtable
();
323
this.expressions = new
Hashtable
();
566
ConstraintNodes = new
Hashtable
();
595
elementsTable = new
Hashtable
();
596
attributes = new
Hashtable
();
597
attributeGroups = new
Hashtable
();
598
schemaTypes = new
Hashtable
();
601
existingSimpleTypeMap = new
Hashtable
();
fx\src\data\System\NewXml\DataSetMappper.cs (5)
35
this.tableSchemaMap = new
Hashtable
();
36
this.columnSchemaMap = new
Hashtable
();
42
this.tableSchemaMap = new
Hashtable
();
43
this.columnSchemaMap = new
Hashtable
();
327
columns = new
Hashtable
();
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
2225
Hashtable foundColumns = new
Hashtable
();
2335
this.pointers = new
Hashtable
();
System.Data.Entity (1)
System\Data\EntityClient\DbConnectionOptions.cs (1)
65
_parsetable = new
Hashtable
();
System.Data.SqlXml (25)
System\Xml\Xsl\IlGen\XmlILModule.cs (4)
85
this.methods = new
Hashtable
();
89
this.urlToSymWriter = new
Hashtable
();
116
this.methods = new
Hashtable
();
141
this.urlToSymWriter = new
Hashtable
();
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
28
this.qnames = new
Hashtable
();
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
49
this.dataSourceCache = new
Hashtable
();
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
100
this.withParams = new
Hashtable
();
System\Xml\Xsl\XsltOld\Compiler.cs (4)
347
this.globalNamespaceAliasTable = new
Hashtable
();
670
Hashtable[] _typeDeclsByLang = new Hashtable[] { new
Hashtable
(), new
Hashtable
(), new
Hashtable
() };
System\Xml\Xsl\XsltOld\InputScope.cs (3)
58
this.extensionNamespaces = new
Hashtable
();
72
this.excludedNamespaces = new
Hashtable
();
88
this.variables = new
Hashtable
();
System\Xml\Xsl\XsltOld\Processor.cs (1)
164
documentCache = new
Hashtable
();
System\Xml\Xsl\XsltOld\RootAction.cs (3)
78
private Hashtable attributeSetTable = new
Hashtable
();
79
private Hashtable decimalFormatTable = new
Hashtable
();
128
CheckAttributeSets_RecurceInList(new
Hashtable
(), this.attributeSetTable.Keys);
System\Xml\Xsl\XsltOld\Stylesheet.cs (5)
19
private Hashtable templateNameTable = new
Hashtable
();
26
private Hashtable scriptObjectTypes = new
Hashtable
();
72
this.queryKeyTable = new
Hashtable
();
130
this.attributeSetTable = new
Hashtable
();
164
this.modeManagers = new
Hashtable
();
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
232
Hashtable documents = new
Hashtable
();
251
Hashtable keyTable = new
Hashtable
();
System.Drawing (5)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
113
threadData = new
Hashtable
();
commonui\System\Drawing\Design\ToolboxItem.cs (1)
340
IComponent[] comps = CreateComponentsCore(host, new
Hashtable
());
commonui\System\Drawing\Design\UITypeEditor.cs (1)
37
Hashtable intrinsicEditors = new
Hashtable
();
commonui\System\Drawing\FontConverter.cs (1)
599
Hashtable hash = new
Hashtable
();
misc\DebugHandleTracker.cs (1)
38
private static Hashtable handleTypes = new
Hashtable
();
System.Management (8)
Instrumentation\EventSource.cs (1)
411
Hashtable mapQueryIdToQuery = new
Hashtable
();
Instrumentation\Instrumentation.cs (4)
189
private static Hashtable instrumentedAssemblies = new
Hashtable
();
381
public static Hashtable mapIDToPublishedObject = new
Hashtable
();
382
static Hashtable mapPublishedObjectToID = new
Hashtable
();
617
Hashtable mapTypeToTypeInfo = new
Hashtable
();
Instrumentation\SchemaRegistration.cs (1)
359
Hashtable mapTypeToConverterClassName = new
Hashtable
();
managementoperationwatcher.cs (2)
156
m_sinkCollection = new
Hashtable
();
167
Hashtable copiedSinkTable = new
Hashtable
();
System.Messaging (3)
System\Messaging\Design\QueuePathDialog.cs (1)
58
private Hashtable machinesTable = new
Hashtable
();
System\Messaging\MessageQueue.cs (1)
1412
Hashtable requests = Hashtable.Synchronized(new
Hashtable
());
System\Messaging\XmlMessageFormatter.cs (1)
26
Hashtable targetSerializerTable = new
Hashtable
();
System.Runtime.Caching (1)
System\Caching\MemoryCache.cs (1)
445
Hashtable h = new
Hashtable
();
System.Runtime.Remoting (10)
channels\core\socketcache.cs (1)
333
private static Hashtable _connections = new
Hashtable
();
channels\http\combinedhttpchannel.cs (2)
56
Hashtable clientData = new
Hashtable
();
57
Hashtable serverData = new
Hashtable
();
channels\http\httpremotinghandler.cs (1)
335
internal static Hashtable s_registeredDynamicTypeTable = Hashtable.Synchronized(new
Hashtable
());
channels\ipc\ipcchannel.cs (2)
57
Hashtable clientData = new
Hashtable
();
58
Hashtable serverData = new
Hashtable
();
channels\ipc\portcache.cs (1)
38
private static Hashtable _connections = new
Hashtable
();
channels\tcp\combinedtcpchannel.cs (2)
50
Hashtable clientData = new
Hashtable
();
51
Hashtable serverData = new
Hashtable
();
metadata\wsdlwriter.cs (1)
809
internal Hashtable _typeToInteropNS = new
Hashtable
(); // If interop type, then XMLNamespace the type is in.
System.Runtime.Serialization (10)
System\Runtime\Serialization\CodeGenerator.cs (1)
1722
localNames = new
Hashtable
();
System\Runtime\Serialization\DataContract.cs (1)
435
namespaces = new
Hashtable
();
System\Runtime\Serialization\DataContractSet.cs (1)
90
surrogateDataTable = new
Hashtable
();
System\Runtime\Serialization\ExtensionDataReader.cs (1)
31
Hashtable cache = new
Hashtable
();
System\Runtime\Serialization\NetDataContractSerializer.cs (2)
30
static Hashtable typeNameCache = new
Hashtable
();
510
surrogateDataContracts = new
Hashtable
();
System\Runtime\Serialization\SchemaExporter.cs (2)
549
Hashtable elements = new
Hashtable
();
550
Hashtable types = new
Hashtable
();
System\Runtime\Serialization\SchemaImporter.cs (1)
612
serializationSchemaElements = new
Hashtable
();
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
29
static Hashtable dataContractTypeCache = new
Hashtable
();
System.Security (5)
system\security\cryptography\xml\c14nutil.cs (4)
179
Hashtable nsLocallyDeclared = new
Hashtable
();
237
Hashtable nsLocallyDeclared = new
Hashtable
();
697
private Hashtable m_rendered = new
Hashtable
();
698
private Hashtable m_unrendered = new
Hashtable
();
system\security\cryptography\xml\utils.cs (1)
679
Hashtable set = new
Hashtable
();
System.ServiceModel (11)
System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
20
this.table = new
Hashtable
();
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
20
this.states = new
Hashtable
();
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
210
static readonly Hashtable createGenericTaskDelegateCache = new
Hashtable
(); // using Hashtable because it allows for lock-free reads
System\ServiceModel\Description\MessageContractImporter.cs (3)
905
Hashtable references = new
Hashtable
();
960
imports = new
Hashtable
();
977
imports = new
Hashtable
();
System\ServiceModel\Description\MetadataSet.cs (3)
1013
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
1027
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
1041
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
920
localNames = new
Hashtable
();
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
438
namedTypes = new
Hashtable
();
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
374
IDictionary dictionary = new
Hashtable
();
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
39
static Hashtable etwProviderCache = new
Hashtable
();
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\NameValueCache.cs (1)
34
cache = new
Hashtable
();
System\ServiceModel\Dispatcher\QueryStringConverter.cs (2)
29
this.defaultSupportedQueryStringTypes = new
Hashtable
();
51
this.typeConverterCache = new
Hashtable
();
System.Transactions (2)
System\Transactions\Oletx\OletxResourceManager.cs (2)
23
internal static Hashtable volatileEnlistmentHashtable = new
Hashtable
();
69
this.enlistmentHashtable = new
Hashtable
();
System.Web (70)
Cache\SqlCacheDependency.cs (2)
501
_tables = new
Hashtable
();
607
internal static Hashtable s_DatabaseNotifStates = new
Hashtable
();
Compilation\AssemblyBuilder.cs (1)
229
_buildProviderToSourceFileMap = new
Hashtable
();
Compilation\BaseCodeDomTreeGenerator.cs (1)
860
_linePragmasTable = new
Hashtable
();
Compilation\BuildManager.cs (1)
1768
private Hashtable _localResourcesAssemblies = new
Hashtable
();
Compilation\BuildManagerHost.cs (1)
113
_assemblyCollection = Hashtable.Synchronized(new
Hashtable
());
Compilation\BuildProvider.cs (1)
484
linePragmasTable = new
Hashtable
();
Compilation\BuildProvidersCompiler.cs (2)
502
Hashtable depth = new
Hashtable
();
591
IDictionary assemblyBuilders = new
Hashtable
();
Compilation\BuildResult.cs (1)
494
CheckAssemblyIsValid(a, new
Hashtable
());
Compilation\BuildResultCache.cs (1)
74
private Hashtable _dependentAssemblies = new
Hashtable
();
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
24
private Hashtable _controlSkinTypeNameCollection = new
Hashtable
();
Compilation\ProfileBuildProvider.cs (1)
91
Hashtable groups = new
Hashtable
();
Compilation\SourceFileBuildProvider.cs (1)
48
linePragmasTable = new
Hashtable
();
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
361
Hashtable loopCheck = new
Hashtable
();
Configuration\HealthMonitoringSectionHelper.cs (1)
89
_customEvaluatorInstances = new
Hashtable
();
Configuration\HttpCapabilitiesBase.cs (2)
298
_controlAdapterFactoryTable = new
Hashtable
();
363
_adapterTypes = Hashtable.Synchronized(new
Hashtable
());
Configuration\HttpCapabilitiesEvaluator.cs (1)
145
_variables = new
Hashtable
();
Configuration\ProtocolsConfiguration.cs (1)
25
private Hashtable _protocolEntries = new
Hashtable
();
Configuration\RegexWorker.cs (1)
102
_groups = new
Hashtable
();
Configuration\WebControlsSection.cs (1)
48
Hashtable runtimeHashTable = new
Hashtable
();
Handlers\AssemblyResourceLoader.cs (4)
35
private static IDictionary _urlCache = Hashtable.Synchronized(new
Hashtable
());
36
private static IDictionary _assemblyInfoCache = Hashtable.Synchronized(new
Hashtable
());
37
private static IDictionary _webResourceCache = Hashtable.Synchronized(new
Hashtable
());
38
private static IDictionary _typeAssemblyCache = Hashtable.Synchronized(new
Hashtable
());
Handlers\TraceHandler.cs (1)
339
Hashtable indentLevels = new
Hashtable
();
Hosting\HostingEnvironment.cs (3)
136
private Hashtable _wellKnownObjects = new
Hashtable
();
139
private Hashtable _registeredObjects = new
Hashtable
();
590
_registeredObjects = new
Hashtable
();
Hosting\ProcessHost.cs (2)
295
private Hashtable _protocolHandlers = new
Hashtable
();
789
_protocolHandlers = new
Hashtable
();
HttpApplication.cs (3)
128
private Hashtable _handlerFactories = new
Hashtable
();
165
private static Hashtable _moduleIndexMap = new
Hashtable
();
3000
_table = new
Hashtable
();
HttpContext.cs (1)
991
_items = new
Hashtable
();
HttpRuntime.cs (1)
3464
s_factoryCache = Hashtable.Synchronized(new
Hashtable
());
httpserverutility.cs (1)
45
private static IDictionary _cultureCache = Hashtable.Synchronized(new
Hashtable
());
Management\WebEvents.cs (1)
142
static Hashtable s_customEventCodeOccurrence = new
Hashtable
();
Profile\HttpProfileBase.cs (2)
292
Hashtable ht = new
Hashtable
();
631
private Hashtable _Groups = new
Hashtable
();
Security\ADMembershipProvider.cs (1)
122
Hashtable syntaxes = new
Hashtable
();
SiteMapProvider.cs (1)
85
Hashtable providers = new
Hashtable
();
StaticSiteMapProvider.cs (3)
32
_childNodeCollectionTable = new
Hashtable
();
48
_keyTable = new
Hashtable
();
64
_parentNodeTable = new
Hashtable
();
UI\Control.cs (2)
2079
_occasionalFields.ControlsViewState = new
Hashtable
();
2105
_occasionalFields.ControlsViewState = new
Hashtable
();
UI\ControlBuilder.cs (2)
1667
s_controlBuilderFactoryCache = Hashtable.Synchronized(new
Hashtable
());
1977
private static Hashtable s_parseChildrenAttributeCache = new
Hashtable
();
UI\FilterableAttribute.cs (1)
45
_filterableTypes = Hashtable.Synchronized(new
Hashtable
());
UI\Page.cs (1)
711
Hashtable ht = new
Hashtable
();
UI\SimpleWebHandlerParser.cs (1)
164
IDictionary linePragmasTable = new
Hashtable
();
UI\SkinBuilder.cs (1)
223
_skinBuilders = new
Hashtable
();
UI\SupportsEventValidationAttribute.cs (1)
26
_typesSupportsEventValidation = Hashtable.Synchronized(new
Hashtable
());
UI\TagNameToTypeMapper.cs (1)
373
_userControlRegisterEntries = new
Hashtable
();
UI\TemplateControl.cs (1)
54
private static Hashtable _eventListCache = new
Hashtable
();
UI\TemplateParser.cs (1)
2323
_namespaceEntries = new
Hashtable
();
UI\ThemeableAttribute.cs (1)
44
_themeableTypes = Hashtable.Synchronized(new
Hashtable
());
UI\ViewStateModeByIdAttribute.cs (1)
17
static Hashtable _viewStateIdTypes = Hashtable.Synchronized(new
Hashtable
());
UI\WebParts\PersonalizableAttribute.cs (1)
25
private static readonly IDictionary PersonalizableTypeTable = Hashtable.Synchronized(new
Hashtable
());
UI\WebParts\WebPartManager.cs (3)
1889
Hashtable displayTitles = new
Hashtable
();
1891
Hashtable titles = new
Hashtable
();
2319
ConnectionPointsCache = Hashtable.Synchronized(new
Hashtable
());
UI\WebParts\WebPartTransformerAttribute.cs (1)
20
private static readonly Hashtable transformerCache = Hashtable.Synchronized(new
Hashtable
());
UI\XhtmlTextWriter.cs (1)
17
private Hashtable _commonAttributes = new
Hashtable
();
Util\FastPropertyAccessor.cs (1)
305
s_accessorCache = new
Hashtable
();
Util\SmtpMail.cs (2)
630
Hashtable _headers = new
Hashtable
();
631
Hashtable _fields = new
Hashtable
();
XmlSiteMapProvider.cs (1)
90
_childProviderTable = new
Hashtable
();
System.Web.DataVisualization (6)
Common\ChartTypes\StackedBarChart.cs (1)
151
this._stackedGroupsTotalPerPoint = new
Hashtable
();
Common\ChartTypes\StackedColumnChart.cs (1)
144
this._stackedGroupsTotalPerPoint = new
Hashtable
();
Common\DataManager\DataPoint.cs (2)
2833
internal Hashtable properties = new
Hashtable
();
4726
Hashtable newAttributes = new
Hashtable
();
Common\General\ChartAreaAxes.cs (1)
1224
Hashtable groupsHashTable = new
Hashtable
();
WebForm\General\ChartHttpHandler.cs (1)
1419
private static Hashtable _storageData = new
Hashtable
();
System.Web.DynamicData (3)
DynamicData\MetaModel.cs (2)
612
private static Hashtable s_modelByContextType = new
Hashtable
();
613
private static Hashtable s_tableByEntityType = new
Hashtable
();
DynamicData\Util\TemplateFactory.cs (1)
11
private Hashtable _fieldTemplateVirtualPathCache = new
Hashtable
();
System.Web.Extensions (22)
ClientServices\Providers\ClientSettingsProvider.cs (1)
381
_KnownTypesHashtable = new
Hashtable
();
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (3)
740
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
751
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
762
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
Compilation\XmlSerializer\SvcMapFileSerializer.cs (3)
1465
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
1476
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
1487
System.Collections.Hashtable _tmp = new System.Collections.
Hashtable
();
Globalization\ClientCultureInfo.cs (1)
18
private static Hashtable cultureScriptBlockCache = Hashtable.Synchronized(new
Hashtable
());
Handlers\ScriptResourceHandler.cs (3)
32
private static readonly IDictionary _assemblyInfoCache = Hashtable.Synchronized(new
Hashtable
());
33
private static readonly IDictionary _cultureCache = Hashtable.Synchronized(new
Hashtable
());
563
private static readonly IDictionary _cultureCache = Hashtable.Synchronized(new
Hashtable
());
Script\Services\ClientProxyGenerator.cs (2)
21
private Hashtable _registeredNamespaces = new
Hashtable
();
22
private Hashtable _ensuredObjectParts = new
Hashtable
();
Script\Services\WebServiceData.cs (2)
259
_processedTypes = new
Hashtable
();
302
_processedTypes = new
Hashtable
();
UI\AssemblyCache.cs (2)
28
private static readonly Hashtable _assemblyCache = Hashtable.Synchronized(new
Hashtable
());
31
internal static readonly Hashtable _versionCache = Hashtable.Synchronized(new
Hashtable
());
UI\ScriptReference.cs (1)
25
private static readonly Hashtable _scriptPathCache = Hashtable.Synchronized(new
Hashtable
());
UI\ScriptResourceInfo.cs (2)
28
private static readonly IDictionary _scriptCache = Hashtable.Synchronized(new
Hashtable
());
29
private static readonly IDictionary _duplicateScriptAttributesChecked = Hashtable.Synchronized(new
Hashtable
());
UI\TargetControlTypeCache.cs (1)
14
private static readonly Hashtable _targetControlTypeCache = Hashtable.Synchronized(new
Hashtable
());
UI\WebResourceUtil.cs (1)
21
private static readonly Hashtable _assemblyContainsWebResourceCache = Hashtable.Synchronized(new
Hashtable
());
System.Web.Mobile (20)
Mobile\DeviceFilterDictionary.cs (3)
38
_comparisonEvaluators = new
Hashtable
();
39
_delegateEvaluators = new
Hashtable
();
60
Hashtable alreadyReferencedDelegates = new
Hashtable
();
Mobile\MobileCapabilities.cs (1)
27
private Hashtable _evaluatorResults = Hashtable.Synchronized(new
Hashtable
());
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (2)
50
private IDictionary _doctypeDeclarations = new
Hashtable
();
59
private IDictionary _styleHash = new
Hashtable
();
UI\MobileControls\Design\Converters\FontNameConverter.cs (1)
82
Hashtable hash = new
Hashtable
();
UI\MobileControls\Design\DesignerCapabilities.cs (1)
27
_items = new
Hashtable
();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
631
private Hashtable _specialProp_buffer = new
Hashtable
();
UI\MobileControls\Design\Util\WebConfigManager.cs (1)
124
Hashtable filterTable = new
Hashtable
();
UI\MobileControls\FactoryGenerator.cs (1)
74
private Hashtable _factoryTable = new
Hashtable
();
UI\MobileControls\IndividualDeviceConfig.cs (2)
49
private readonly Hashtable _controlAdapterTypes = new
Hashtable
();
54
private readonly Hashtable _controlAdapterLookupCache = new
Hashtable
();
UI\MobileControls\LiteralTextParser.cs (1)
123
private static IDictionary _recognizedTags = new
Hashtable
();
UI\MobileControls\MobilePage.cs (3)
64
private Hashtable _privateViewState = new
Hashtable
();
398
_clientViewState = new
Hashtable
();
886
_hiddenVariables = new
Hashtable
();
UI\MobileControls\Style.cs (3)
400
stylesEncountered = new
Hashtable
();
711
stylesEncountered = new
Hashtable
();
749
stylesEncountered = new
Hashtable
();
System.Web.Services (54)
System\Web\Services\Configuration\WebServicesSection.cs (3)
176
Hashtable table = new
Hashtable
();
194
Hashtable extensions = new
Hashtable
();
217
Hashtable nsDefs = new
Hashtable
();
System\Web\Services\Description\ProtocolImporter.cs (3)
238
exportContext = new
Hashtable
();
257
Hashtable supportedBindings = new
Hashtable
();
258
Hashtable unsupportedBindings = new
Hashtable
();
System\Web\Services\Description\ProtocolReflector.cs (2)
270
Hashtable bindings = new
Hashtable
();
271
Hashtable reflectedBindings = new
Hashtable
();
System\Web\Services\Description\ServiceDescription.cs (1)
2770
get { if (table == null) table = new
Hashtable
(); return table; }
System\Web\Services\Description\ServiceDescriptionImporter.cs (6)
247
return Import(codeNamespace, new ImportContext(new CodeIdentifiers(), false), new
Hashtable
(), new StringCollection());
258
Hashtable namespaces = new
Hashtable
();
259
Hashtable exportedMappings = new
Hashtable
();
419
Hashtable references = new
Hashtable
();
470
imports = new
Hashtable
();
484
imports = new
Hashtable
();
System\Web\Services\Description\ServiceDescriptionReflector.cs (3)
106
reflectionContext = new
Hashtable
();
158
reflectionContext = new
Hashtable
();
219
Hashtable messageNames = new
Hashtable
();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8657
System.Collections.Hashtable h = new System.Collections.
Hashtable
();
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
33
requestElements = new
Hashtable
();
34
actions = new
Hashtable
();
System\Web\Services\Description\SoapProtocolImporter.cs (3)
261
Hashtable headers = new
Hashtable
();
262
Hashtable classHeaders = new
Hashtable
();
539
Hashtable localHeaders = new
Hashtable
();
System\Web\Services\Description\WebCodeGenerator.cs (1)
71
Hashtable names = new
Hashtable
();
System\Web\Services\Description\WebReferenceOptions.cs (1)
250
System.Collections.Hashtable h = new System.Collections.
Hashtable
();
System\Web\Services\Description\WebServicesInteroperability.cs (4)
108
Hashtable operations = new
Hashtable
();
140
Hashtable wireSignatures = new
Hashtable
();
535
Hashtable bindings = new
Hashtable
();
677
Hashtable violations = new
Hashtable
();
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (2)
32
private Hashtable inlinedSchemas = new
Hashtable
();
478
Hashtable filenames = new
Hashtable
();
System\Web\Services\Discovery\DynamicDiscoSearcher.cs (1)
53
excludedUrlsTable = new
Hashtable
();
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (2)
36
private /*static*/ Hashtable webApps = new
Hashtable
();
37
private Hashtable Adsi = new
Hashtable
();
System\Web\Services\Protocols\ClientProtocol.cs (4)
25
Hashtable cache = new
Hashtable
();
34
Hashtable clone = new
Hashtable
();
69
Hashtable asyncInvokes = Hashtable.Synchronized(new
Hashtable
());
938
Hashtable mappedTypes = new
Hashtable
();
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (2)
27
Hashtable schemaTable = new
Hashtable
();
28
Hashtable wsdlTable = new
Hashtable
();
System\Web\Services\Protocols\HttpClientProtocol.cs (2)
30
Hashtable methods = new
Hashtable
();
35
Hashtable formatterTypes = new
Hashtable
();
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
21
Hashtable methods = new
Hashtable
();
System\Web\Services\Protocols\LogicalMethodInfo.cs (3)
82
attributes = new
Hashtable
();
117
attributes = new
Hashtable
();
501
Hashtable ends = (types & LogicalMethodTypes.Async) != 0 ? new
Hashtable
() : null;
System\Web\Services\Protocols\RequestResponse.cs (1)
542
Hashtable t = new
Hashtable
();
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
28
Hashtable methods = new
Hashtable
();
System\Web\Services\Protocols\SoapReflector.cs (1)
443
Hashtable headerTypes = new
Hashtable
();
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
27
Hashtable methods = new
Hashtable
();
28
Hashtable duplicateMethods = new
Hashtable
();
System\Web\Services\WebMethodAttribute.cs (2)
272
Hashtable unique = new
Hashtable
();
273
Hashtable methodInfos = new
Hashtable
();
System.Windows.Forms (57)
misc\DebugHandleTracker.cs (1)
38
private static Hashtable handleTypes = new
Hashtable
();
winforms\Managed\System\Resources\ResXDataNode.cs (1)
926
cachedAssemblies = Hashtable.Synchronized(new
Hashtable
());
winforms\Managed\System\Resources\ResXResourceReader.cs (1)
679
this.cachedAliases = new
Hashtable
();
winforms\Managed\System\Resources\ResXResourceSet.cs (2)
41
this.Table = new
Hashtable
();
54
this.Table = new
Hashtable
();
winforms\Managed\System\Resources\ResXResourceWriter.cs (2)
388
cachedAliases = new
Hashtable
();
621
cachedAliases = new
Hashtable
();
winforms\Managed\System\WinForms\Application.cs (2)
1691
oleComponents = new
Hashtable
();
2325
private static Hashtable contextHash = new
Hashtable
();
winforms\Managed\System\WinForms\AxHost.cs (11)
2647
objectDefinedCategoryNames = new
Hashtable
();
2872
properties = new
Hashtable
();
2875
propertyInfos = new
Hashtable
();
4872
fontTable = new
Hashtable
();
5261
private Hashtable containerCache = new
Hashtable
(); // name -> Control
5347
proxyCache = new
Hashtable
();
5571
components = new
Hashtable
();
5589
components = new
Hashtable
();
5607
components = new
Hashtable
();
6869
private Hashtable bag = new
Hashtable
();
6878
bag = new
Hashtable
();
winforms\Managed\System\WinForms\BindingContext.cs (1)
114
listManagers = new
Hashtable
();
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
969
Hashtable savedcheckedItems = new
Hashtable
();
winforms\Managed\System\WinForms\ComboBox.cs (1)
5758
static private Hashtable ACWindows = new
Hashtable
();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (4)
260
processedLibraries = new
Hashtable
();
442
Hashtable propInfos = new
Hashtable
();
844
builtEnums = new
Hashtable
();
1083
private Hashtable queuedTypes = new
Hashtable
();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
42
private Hashtable extendedBrowsingHandlers = new
Hashtable
();
winforms\Managed\System\WinForms\Control.cs (2)
18762
private Hashtable bag = new
Hashtable
();
18800
bag = new
Hashtable
();
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
46
Hashtable items = new
Hashtable
();
47
Hashtable windows = new
Hashtable
();
winforms\Managed\System\WinForms\HelpProvider.cs (5)
39
private Hashtable helpStrings = new
Hashtable
();
40
private Hashtable showHelp = new
Hashtable
();
41
private Hashtable boundControls = new
Hashtable
();
42
private Hashtable keywords = new
Hashtable
();
43
private Hashtable navigators = new
Hashtable
();
winforms\Managed\System\WinForms\ListView.cs (2)
154
private Hashtable listItemsTable = new
Hashtable
(); // elements are ListViewItem's
7950
Hashtable usedIndices = new
Hashtable
();
winforms\Managed\System\WinForms\MenuItem.cs (1)
69
private static Hashtable allCreatedMenuItems = new
Hashtable
();
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
1297
eventTypes = new
Hashtable
();
4213
designerSelections = new
Hashtable
();
4733
viewTabProps = new
Hashtable
();
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
45
categoryStates = new
Hashtable
();
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
3142
typeIds = new
Hashtable
();
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
658
foundAttributes = new
Hashtable
();
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
311
Hashtable bins = new
Hashtable
();
winforms\Managed\System\WinForms\StatusBar.cs (1)
1659
private Hashtable tools = new
Hashtable
();
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1215
_dictionary = new
Hashtable
();
winforms\Managed\System\WinForms\ToolTip.cs (3)
60
Hashtable tools = new
Hashtable
();
76
Hashtable owners = new
Hashtable
();
92
Hashtable created = new
Hashtable
();
winforms\Managed\System\WinForms\TreeView.cs (1)
149
internal Hashtable nodeTable = new
Hashtable
();
winforms\Managed\System\WinForms\WebBrowserContainer.cs (4)
31
private Hashtable containerCache = new
Hashtable
(); // name -> Control
219
components = new
Hashtable
();
236
components = new
Hashtable
();
254
components = new
Hashtable
();
System.Windows.Forms.DataVisualization (5)
Common\ChartTypes\StackedBarChart.cs (1)
151
this._stackedGroupsTotalPerPoint = new
Hashtable
();
Common\ChartTypes\StackedColumnChart.cs (1)
144
this._stackedGroupsTotalPerPoint = new
Hashtable
();
Common\DataManager\DataPoint.cs (2)
2833
internal Hashtable properties = new
Hashtable
();
4726
Hashtable newAttributes = new
Hashtable
();
Common\General\ChartAreaAxes.cs (1)
1224
Hashtable groupsHashTable = new
Hashtable
();
System.Workflow.Activities (12)
Common\CompModHelpers.cs (2)
128
Hashtable commonParentActivities = new
Hashtable
();
1028
dependencyObject.UserData[UserDataKeys.DesignTimeTypeNames] = new
Hashtable
();
Common\ValidationHelpers.cs (1)
105
Hashtable identifiers = new
Hashtable
();
CorrelationValidator.cs (7)
493
Hashtable paramTypes = new
Hashtable
();
494
Hashtable memberInfoCorrelationAliasAttrs = new
Hashtable
(); // MemberInfo -> CorrelationAliases
495
Hashtable delegateTypeCorrelationAliasAttrs = new
Hashtable
(); // Delegate type -> CorrelationAliases
501
Hashtable correlationAliasAttrs = new
Hashtable
();
530
Hashtable correlationAliasAttrs = new
Hashtable
();
539
Hashtable delegateCorrelationAliasAttrs = new
Hashtable
();
864
Hashtable parameterCollection = new
Hashtable
();
Rules\Helpers.cs (2)
190
static Hashtable cloneableOrNullRulesResources = new
Hashtable
();
192
static Hashtable uncloneableRulesResources = new
Hashtable
();
System.Workflow.ComponentModel (39)
AuthoringOM\Activity.cs (4)
1071
ContextIdToActivityMap = new
Hashtable
();
1117
ContextIdToActivityMap = new
Hashtable
();
1164
Hashtable idToActivityMap = new
Hashtable
();
1392
Hashtable lookupPaths = new
Hashtable
();
AuthoringOM\ActivityExecutor.cs (2)
149
private static Hashtable typeToExecutorMapping = new
Hashtable
();
150
private static Hashtable executors = new
Hashtable
();
AuthoringOM\Behaviors\ExceptionHandlers.cs (1)
162
Hashtable exceptionTypes = new
Hashtable
();
AuthoringOM\Bind.cs (4)
547
this.userData = Hashtable.Synchronized(new
Hashtable
());
712
activityBind.UserData[UserDataKeys.BindDataSource] = new
Hashtable
();
718
activityBind.UserData[UserDataKeys.BindDataContextActivity] = new
Hashtable
();
938
private Hashtable activityBinds = new
Hashtable
();
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (1)
13
private Hashtable hashOfGenerators = new
Hashtable
();
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
54
private Hashtable memberMapping = new
Hashtable
();
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (7)
23
private Hashtable designTimeTypes = new
Hashtable
();
24
private Hashtable assemblyLoaders = new
Hashtable
();
25
private Hashtable rawAssemblyLoaders = new
Hashtable
();
26
private Hashtable compileUnitLoaders = new
Hashtable
();
27
private Hashtable hashOfRTTypes = new
Hashtable
();
28
private Hashtable hashOfDTTypes = new
Hashtable
();
35
private Hashtable typeLoadErrors = new
Hashtable
();
AuthoringOM\Compiler\Validation\ValidationError.cs (1)
72
this.userData = new
Hashtable
();
AuthoringOM\Compiler\Validation\ValidationManager.cs (1)
18
private Hashtable hashOfValidators = new
Hashtable
();
AuthoringOM\Compiler\XomlCompilerError.cs (1)
90
this.userData = new
Hashtable
();
AuthoringOM\DependencyObject.cs (1)
40
SetReadOnlyPropertyValue(UserDataProperty, Hashtable.Synchronized(new
Hashtable
()));
AuthoringOM\Design\DesignerHelpers.cs (1)
1323
Hashtable visitedComponents = new
Hashtable
();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
442
Hashtable assemblyNodes = new
Hashtable
();
AuthoringOM\Design\DocumentOutline.cs (1)
21
private Hashtable activityToNodeMapping = new
Hashtable
();
AuthoringOM\Design\PropertyDescriptors.cs (2)
148
Hashtable properties = new
Hashtable
();
179
Hashtable newProperties = new
Hashtable
();
AuthoringOM\Design\TypeConverters.cs (1)
28
private Hashtable conditionDecls = new
Hashtable
();
AuthoringOM\Design\XomlDesignerLoader.cs (1)
426
this.createdServices = new
Hashtable
();
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (2)
107
this.keylookupDictionary = new
Hashtable
();
123
this.keylookupDictionary = new
Hashtable
();
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
631
Hashtable allProperties = new
Hashtable
();
Shared\CompModHelpers.cs (2)
126
Hashtable commonParentActivities = new
Hashtable
();
1026
dependencyObject.UserData[UserDataKeys.DesignTimeTypeNames] = new
Hashtable
();
Shared\ValidationHelpers.cs (1)
104
Hashtable identifiers = new
Hashtable
();
Shared\XomlSerializationHelpers.cs (2)
405
Hashtable definedNamespaces = new
Hashtable
();
460
dependencyObject.SetValue(WorkflowMarkupSerializer.EventsProperty, new
Hashtable
());
System.Workflow.Runtime (5)
DebugEngine\DebugController.cs (2)
337
IDictionary providerProperties = new
Hashtable
();
341
Hashtable channelProperties = new
Hashtable
();
WorkflowDefinitionDispenser.cs (1)
391
this.hashtable = new
Hashtable
();
WorkflowExecutor.cs (1)
51
private Hashtable completedContextActivities = new
Hashtable
();
WorkflowStateRollbackService.cs (1)
31
Hashtable completedContextActivities = new
Hashtable
();
System.WorkflowServices (7)
System\Workflow\Activities\ReceiveActivity.cs (1)
115
private static Hashtable requestContextsCache = Hashtable.Synchronized(new
Hashtable
());
System\Workflow\Activities\ValidationHelper.cs (4)
193
Hashtable serviceOperationHashTable = new
Hashtable
();
207
Hashtable serviceOperationHashTable = new
Hashtable
();
287
Hashtable serviceOperationHashTable = new
Hashtable
();
321
Hashtable serviceOperationHashTable = new
Hashtable
();
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
42
this.endpointMappings = Hashtable.Synchronized(new
Hashtable
());
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
22
static Hashtable contractInfoCollection = Hashtable.Synchronized(new
Hashtable
());
System.Xml (125)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
537
this.elemIdMap = new
Hashtable
();
System\Xml\Dom\XmlDocument.cs (2)
174
htElementIDAttrDecl = new
Hashtable
();
220
htElementIdMap = new
Hashtable
();
System\Xml\Dom\XmlLoader.cs (1)
606
Hashtable prefixes = new
Hashtable
();
System\Xml\Schema\ConstraintStruct.cs (1)
36
this.qualifiedTable = new
Hashtable
();
System\Xml\Schema\ContentValidator.cs (3)
48
names = new
Hashtable
();
111
wildcards = new
Hashtable
();
1323
Hashtable stateTable = new
Hashtable
();
System\Xml\Schema\DataTypeImplementation.cs (1)
100
private static Hashtable builtinTypes = new
Hashtable
();
System\Xml\Schema\DtdValidator.cs (2)
46
attPresence = new
Hashtable
();
348
IDs = new
Hashtable
();
System\Xml\Schema\Inference\Infer.cs (1)
655
Hashtable table = new
Hashtable
();
System\Xml\Schema\NamespaceList.cs (2)
40
set = new
Hashtable
();
276
nslist.set = new
Hashtable
();
System\Xml\Schema\Preprocessor.cs (2)
80
referenceNamespaces = new
Hashtable
();
81
processedExternals = new
Hashtable
();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
56
schemaLocations = new
Hashtable
(); //new Dictionary<Uri, Uri>();
228
referenceNamespaces = new
Hashtable
();
System\Xml\Schema\SchemaSetCompiler.cs (2)
27
Hashtable schemasToCompile = new
Hashtable
();
28
Hashtable importedSchemas = new
Hashtable
();
System\Xml\Schema\XdrBuilder.cs (2)
378
Hashtable _UndeclaredElements = new
Hashtable
();
663
builder._ElementDef._AttDefList = new
Hashtable
();
System\Xml\Schema\XdrValidator.cs (2)
48
attPresence = new
Hashtable
();
526
IDs = new
Hashtable
();
System\Xml\Schema\XmlSchema.cs (1)
74
Hashtable ids = new
Hashtable
();
System\Xml\Schema\XmlSchemaCollection.cs (1)
56
collection = Hashtable.Synchronized(new
Hashtable
());
System\Xml\Schema\XmlSchemaSet.cs (4)
102
schemaLocations = new
Hashtable
();
103
chameleonSchemas = new
Hashtable
();
104
targetNamespaces = new
Hashtable
();
447
Hashtable disallowedNamespaces = new
Hashtable
();
System\Xml\Schema\XmlSchemaValidator.cs (4)
189
validatedNamespaces = new
Hashtable
();
199
attPresence = new
Hashtable
();
1598
IDs = new
Hashtable
();
1833
constraintStructures[j].keyrefTable = new
Hashtable
();
System\Xml\Schema\XsdBuilder.cs (1)
735
this.namespaces = new
Hashtable
();
System\Xml\Schema\XsdValidator.cs (3)
65
attPresence = new
Hashtable
();
637
IDs = new
Hashtable
();
735
constraints[j].keyrefTable = new
Hashtable
();
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
54
exNames = new
Hashtable
();
System\Xml\Serialization\CodeExporter.cs (3)
78
exportedClasses = new
Hashtable
();
86
exportedMappings = new
Hashtable
();
177
Hashtable typesIncluded = new
Hashtable
();
System\Xml\Serialization\CodeIdentifiers.cs (2)
48
identifiers = new
Hashtable
();
49
reservedIdentifiers = new
Hashtable
();
System\Xml\Serialization\Compilation.cs (8)
38
Hashtable assemblies = new
Hashtable
();
296
Hashtable scopeTable = new
Hashtable
();
303
Hashtable importedTypes = new
Hashtable
();
397
Hashtable serializers = new
Hashtable
();
416
Hashtable scopeTable = new
Hashtable
();
500
Hashtable serializers = new
Hashtable
();
704
Hashtable cache = new
Hashtable
();
714
Hashtable clone = new
Hashtable
();
System\Xml\Serialization\Compiler.cs (1)
30
Hashtable imports = new
Hashtable
();
System\Xml\Serialization\ImportContext.cs (7)
45
elements = new
Hashtable
();
53
mappings = new
Hashtable
();
93
internal Hashtable looks = new
Hashtable
();
97
graph = new
Hashtable
();
105
hash = new
Hashtable
();
113
objectCache = new
Hashtable
();
189
ArrayList list = GetDependencies(o, new ArrayList(), new
Hashtable
());
System\Xml\Serialization\Models.cs (2)
22
Hashtable models = new
Hashtable
();
23
Hashtable arrayModels = new
Hashtable
();
System\Xml\Serialization\NameTable.cs (1)
35
Hashtable table = new
Hashtable
();
System\Xml\Serialization\SoapAttributeOverrides.cs (2)
21
Hashtable types = new
Hashtable
();
38
members = new
Hashtable
();
System\Xml\Serialization\SoapSchemaExporter.cs (1)
22
Hashtable types = new
Hashtable
(); // StructMapping/EnumMapping -> XmlSchemaComplexType/XmlSchemaSimpleType
System\Xml\Serialization\Types.cs (4)
419
Hashtable typeDescs = new
Hashtable
();
420
Hashtable arrayTypeDescs = new
Hashtable
();
423
static Hashtable primitiveTypes = new
Hashtable
();
424
static Hashtable primitiveDataTypes = new
Hashtable
();
System\Xml\Serialization\XmlAttributeOverrides.cs (2)
21
Hashtable types = new
Hashtable
();
38
members = new
Hashtable
();
System\Xml\Serialization\XmlCodeExporter.cs (1)
324
Hashtable values = new
Hashtable
();
System\Xml\Serialization\XmlReflectionImporter.cs (4)
34
Hashtable anonymous = new
Hashtable
(); // type -> AnonymousMapping
446
specials = new
Hashtable
();
790
Hashtable ids = new
Hashtable
();
1804
Hashtable choiceTypes = new
Hashtable
();
System\Xml\Serialization\XmlSchemaExporter.cs (5)
27
Hashtable elements = new
Hashtable
(); // ElementAccessor -> XmlSchemaElement
28
Hashtable attributes = new
Hashtable
(); // AttributeAccessor -> XmlSchemaElement
29
Hashtable types = new
Hashtable
(); // StructMapping/EnumMapping -> XmlSchemaComplexType/XmlSchemaSimpleType
30
Hashtable references = new
Hashtable
(); // TypeMappings to keep track of circular references via anonymous types
794
Hashtable values = new
Hashtable
();
System\Xml\Serialization\XmlSchemas.cs (6)
36
internal Hashtable delayedSchemas = new
Hashtable
();
85
mergedSchemas = new
Hashtable
();
93
references = new
Hashtable
();
336
prep.SchemaLocations = new
Hashtable
();
649
prep.SchemaLocations = new
Hashtable
();
650
prep.ChameleonSchemas = new
Hashtable
();
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (3)
53
Hashtable methodNames = new
Hashtable
();
62
Hashtable generatedMethods = new
Hashtable
();
187
Hashtable uniqueTypes = new
Hashtable
();
System\Xml\Serialization\XmlSerializationILGen.cs (3)
18
Hashtable methodNames = new
Hashtable
();
32
Hashtable generatedMethods = new
Hashtable
();
219
Hashtable uniqueTypes = new
Hashtable
();
System\Xml\Serialization\XmlSerializationReader.cs (9)
1409
if (targets == null) targets = new
Hashtable
();
1442
if (referencedTargets == null) referencedTargets = new
Hashtable
();
1717
callbacks = new
Hashtable
();
1718
types = new
Hashtable
();
1721
typesReverse = new
Hashtable
();
1954
Hashtable idNames = new
Hashtable
();
1956
Hashtable createMethods = new
Hashtable
();
1964
enums = new
Hashtable
();
2837
Hashtable cases = new
Hashtable
();
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
23
Hashtable idNames = new
Hashtable
();
33
enums = new
Hashtable
();
1103
Hashtable cases = new
Hashtable
();
System\Xml\Serialization\XmlSerializationWriter.cs (9)
476
Hashtable qnIndexes = new
Hashtable
();
782
references = new
Hashtable
();
1237
typeEntries = new
Hashtable
();
1257
objectsInUse = new
Hashtable
();
1854
Hashtable values = new
Hashtable
();
3235
static volatile Hashtable nameToAssemblyMap = new
Hashtable
();
3236
static volatile Hashtable assemblyToNameMap = new
Hashtable
();
3237
static Hashtable tableIsTypeDynamic = Hashtable.Synchronized(new
Hashtable
());
3418
reflectionVariables = new
Hashtable
();
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
573
Hashtable values = new
Hashtable
();
System\Xml\Serialization\XmlSerializer.cs (4)
128
static Hashtable xmlSerializerTable = new
Hashtable
();
515
typedMappingTable = new
Hashtable
();
521
Hashtable pendingKeys = new
Hashtable
();
618
return TempAssembly.GenerateAssembly(mappings, types, null, null, XmlSerializerCompilerParameters.Create(parameters, /* needTempDirAccess = */ true), assembly, new
Hashtable
());
System\Xml\Serialization\XmlSerializerNamespaces.cs (1)
102
namespaces = new
Hashtable
();
System\Xml\XmlDownloadManager.cs (1)
54
connections = new
Hashtable
();
System\Xml\XmlDownloadManagerAsync.cs (1)
48
connections = new
Hashtable
();
System\Xml\Xslt\XsltArgumentList.cs (2)
20
private Hashtable parameters = new
Hashtable
();
21
private Hashtable extensions = new
Hashtable
();
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (3)
100
eventTable = new
Hashtable
();
403
private Hashtable _hwndTable = new
Hashtable
();
406
private Hashtable _browserTable = new
Hashtable
();
WindowsBase (11)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (2)
835
private static Hashtable _getMethodCache = new
Hashtable
();
840
private static Hashtable _setMethodCache = new
Hashtable
();
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (2)
126
cache = new
Hashtable
();
274
private static Hashtable _attachInfoMap = new
Hashtable
();
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
391
private static Hashtable _typeProperties = new
Hashtable
();
Base\MS\Internal\WeakEventTable.cs (3)
458
private Hashtable _managerTable = new
Hashtable
(); // maps manager type -> instance
459
private Hashtable _dataTable = new
Hashtable
(); // maps EventKey -> data
460
private Hashtable _eventNameTable = new
Hashtable
(); // maps <Type,name> -> manager
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (1)
1528
IDictionary transformContext = new
Hashtable
(); // Transform context object
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (1)
58
validEnumerators = new
Hashtable
();
Base\System\Windows\DependencyProperty.cs (1)
1238
private static Hashtable PropertyFromName = new
Hashtable
();
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\GenerateTemporaryAssemblyTask.cs (1)
118
Hashtable globalProperties = new
Hashtable
();