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