16 types derived from Hashtable
mscorlib (4)
system\collections\hashtable.cs (1)
1380private class SyncHashtable : Hashtable, IEnumerable
system\runtime\remoting\message.cs (2)
5703private class MCMWrapperDictionary : Hashtable 5925private class MRMWrapperDictionary : Hashtable
system\runtime\serialization\surrogateselector.cs (1)
226class SurrogateHashtable : Hashtable {
PresentationFramework (2)
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
670class ValueConverterTable : Hashtable
src\Framework\MS\Internal\WeakHashtable.cs (1)
25internal sealed class WeakHashtable : Hashtable, IWeakHashtable
System (3)
misc\WeakHashtable.cs (1)
19internal sealed class WeakHashtable : Hashtable
sys\system\configuration\SettingsAttributeDictionary.cs (1)
19public class SettingsAttributeDictionary : Hashtable
sys\system\configuration\SettingsContext.cs (1)
19public class SettingsContext : Hashtable
System.Data (2)
fx\src\data\System\Data\PropertyCollection.cs (1)
21public class PropertyCollection : Hashtable {
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
43internal sealed class XmlNodeIdHashtable : Hashtable {
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
946private class LockableDictionary : Hashtable
System.Web (1)
UI\BaseTemplateParser.cs (1)
338internal class TagNamespaceRegisterEntryTable : Hashtable {
System.Windows.Forms (3)
misc\WeakHashtable.cs (1)
19internal sealed class WeakHashtable : Hashtable
winforms\Managed\System\WinForms\ComboBox.cs (1)
4828internal class ComboBoxItemAccessibleObjectCollection : Hashtable {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6409private class GridViewListBoxItemAccessibleObjectCollection : Hashtable {
1044 instantiations of Hashtable
mscorlib (76)
system\__comobject.cs (1)
106m_ObjectToDataMap = new Hashtable();
system\collections\dictionarybase.cs (1)
25hashtable = new Hashtable();
system\collections\hashtable.cs (1)
477Hashtable ht = new Hashtable(count,_keycomparer);
system\currenttimezone.cs (1)
55private Hashtable m_CachedDaylightChanges = new Hashtable();
system\diagnostics\log.cs (1)
64m_Hashtable = new Hashtable();
system\environment.cs (3)
763return new Hashtable(0); 774Hashtable table = new Hashtable(20); 844Hashtable table = new Hashtable(20);
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 (2)
49private static Hashtable hashByName = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase)); 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 (5)
328ResourceSets = new Hashtable(); // for backward compatibility 491ResourceSets = new Hashtable(); // for backward compatibility 535ResourceSets = new Hashtable(); // for backward compatibility 598ResourceSets = new Hashtable(); // for backwards compat 1565Hashtable satelliteInfo = new Hashtable(StringComparer.OrdinalIgnoreCase);
system\resources\resourceset.cs (2)
140Table = new Hashtable(); 319caseTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
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\clientsponsor.cs (1)
27private Hashtable sponsorTable = new Hashtable(10);
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\ichannel.cs (1)
484private Hashtable _properties = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
system\runtime\remoting\identityholder.cs (1)
66private static Hashtable _URITable = new Hashtable();
system\runtime\remoting\lease.cs (1)
73sponsorTable = new Hashtable(10);
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\remotingconfigparser.cs (1)
419return new Hashtable(StringComparer.InvariantCultureIgnoreCase);
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\formatters\binary\binaryobjectwriter.cs (1)
1345assemblyToIdTable = new Hashtable(5);
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\permissiontoken.cs (4)
353m_handleTable = new Hashtable(size); 354m_indexTable = new Hashtable(size); 421m_tokenTable = new Hashtable(m_size, 1.0f, new PermissionTokenKeyComparer()); 494m_tokenTable = new Hashtable(m_size, 1.0f, new PermissionTokenKeyComparer());
system\security\policy\policylevel.cs (2)
521Hashtable classes = new Hashtable(); 566classes = new Hashtable();
system\security\securityelement.cs (1)
173Hashtable hashtable = new Hashtable( m_lAttributes.Count/2 );
system\text\encoding.cs (1)
453encodings = new Hashtable();
PresentationBuildTasks (11)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
155Hashtable globalProperties = new Hashtable(3);
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();
Framework\System\Windows\Markup\XmlnsCache.cs (1)
91private static Hashtable _assemblyHasCacheInfo = new Hashtable(8);
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
641private static Hashtable _reflectionOnlyLoadedAssembliesHash = new Hashtable(8); 724private static Hashtable _contentLoadAssembliesHash = new Hashtable(1);
PresentationCore (23)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
149_eventsTable = new Hashtable(20, .1f);
Core\CSharp\MS\Internal\Automation\EventPropertyMap.cs (1)
84_propertyTable = new Hashtable(20, .1f);
Core\CSharp\MS\Internal\FontCache\TypefaceMetricsCache.cs (2)
63_hashTable = new Hashtable(MaxCacheCapacity); 70private static Hashtable _hashTable = new Hashtable(MaxCacheCapacity);
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\GlobalEventManager.cs (1)
464private static Hashtable _ownerTypedRoutedEventList = new Hashtable(10); // Initialization sizes based on typical MSN scenario
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
830private Hashtable _keyToElements = new Hashtable(10);
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\Markup\XmlLanguage.cs (1)
55private static Hashtable _cache = new Hashtable(InitialDictionarySize);
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();
Core\CSharp\System\Windows\UIElement.cs (1)
395Hashtable list = new Hashtable(2);
Shared\MS\Utility\Maps.cs (1)
78_overFlow = new Hashtable();
PresentationFramework (49)
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\AppModel\OleCmdHelper.cs (1)
250_applicationCommandsMappingTable.Value = new Hashtable(19);
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\Documents\PageCache.cs (1)
963_table = new Hashtable(16);
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
69Hashtable propertyOccurrences = new Hashtable(8);
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (3)
123_keyToBamlNodeIndexMap = new Hashtable(_tree.Size); 124_uidToBamlNodeIndexMap = new Hashtable(_tree.Size / 2); 362_classNameToAssemblyIndex = new Hashtable(8);
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (3)
292Hashtable uidSubstitutions = new Hashtable(newChildren.Count); 719_uidToNewBamlNodeIndexMap = new Hashtable(8); 720_keyToNewBamlNodeIndexMap = new Hashtable(8);
src\Framework\MS\Internal\IO\Packaging\initElementDictionary.cs (1)
67_xamlElementContentDescriptorDictionary = new Hashtable(300);
src\Framework\MS\Internal\LayoutDump.cs (2)
182private static Hashtable _elementToDumpHandler = new Hashtable(); 187private static Hashtable _documentPageToDumpHandler = new Hashtable();
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
58_dataChildren = new Hashtable(rowPresenter.ActualCells.Count);
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\RadioButton.cs (2)
75_groupNameToElements = new Hashtable(1); 143_groupNameToElements = new Hashtable(1);
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\FixedSchema.cs (1)
333private Hashtable _requiredResourceMimeTypes = new Hashtable(11);
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
2149private static Hashtable _list = new Hashtable(1);
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
562_rtfControlTable = new Hashtable(controlWordInfoTable.Length);
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\Documents\XPSS0ValidatingLoader.cs (2)
99_uniqueUriRef = new Hashtable(11); 105validResources = new Hashtable(11);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
2901elementTable = new Hashtable(10); 3594private Hashtable _containerHashtable = new Hashtable(10);
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\BamlWriter.cs (1)
73_assemblies = new Hashtable(7);
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();
src\Framework\System\Windows\TemplateNameScope.cs (1)
131nonFeChildren = new Hashtable(1);
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 (100)
compmod\system\codedom\CodeNamespaceImportCollection.cs (2)
29private Hashtable keys = new Hashtable(StringComparer.OrdinalIgnoreCase); 118keys = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (2)
54_compilerLanguages = new Hashtable(StringComparer.OrdinalIgnoreCase); 55_compilerExtensions = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\codedom\compiler\TempFiles.cs (1)
66files = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\collections\specialized\collectionsutil.cs (3)
22return new Hashtable(StringComparer.CurrentCultureIgnoreCase); 29return new Hashtable(capacity, StringComparer.CurrentCultureIgnoreCase); 36return new Hashtable(d, StringComparer.CurrentCultureIgnoreCase);
compmod\system\collections\specialized\hybriddictionary.cs (4)
62hashtable = new Hashtable(initialSize, StringComparer.OrdinalIgnoreCase); 64hashtable = new Hashtable(initialSize); 134newTable = new Hashtable(InitialHashtableSize, StringComparer.OrdinalIgnoreCase); 136newTable = new Hashtable(InitialHashtableSize);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (2)
266_entriesTable = new Hashtable(_keyComparer); 273_entriesTable = new Hashtable(capacity, _keyComparer);
compmod\system\collections\specialized\ordereddictionary.cs (1)
134_objectsTable = new Hashtable(_initialCapacity, _comparer);
compmod\system\collections\specialized\stringdictionary.cs (1)
33internal Hashtable contents = new Hashtable();
compmod\system\collections\specialized\stringdictionarywithcomparer.cs (1)
27ReplaceHashtable(new Hashtable(comparer));
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\MemberDescriptor.cs (1)
399Hashtable hash = new Hashtable(list.Count);
compmod\system\componentmodel\PropertyDescriptor.cs (1)
159valueChangedHandlers = new Hashtable();
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (10)
115Hashtable temp = new Hashtable(); 179_editorTables = new Hashtable(4); 267dict = new Hashtable(); 345_editorTables = new Hashtable(4); 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();
compmod\system\diagnostics\ListenerElementsCollection.cs (1)
145_attributes = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\diagnostics\SourceElementsCollection.cs (1)
68_attributes = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\diagnostics\SwitchElementsCollection.cs (1)
52_attributes = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\security\permissions\ResourcePermissionBase.cs (1)
66return new Hashtable(StringComparer.OrdinalIgnoreCase);
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
494private static Hashtable s_AppDomains = new Hashtable();
net\System\Net\_HeaderInfoTable.cs (1)
147HeaderHashTable = new Hashtable(InfoArray.Length * 2, CaseInsensitiveAscii.StaticInstance);
net\System\Net\_SpnDictionary.cs (1)
34private Hashtable m_SyncTable = Hashtable.Synchronized(new Hashtable());
net\System\Net\_SslSessionsCache.cs (1)
29private static Hashtable s_CachedCreds = new Hashtable(32);
net\System\Net\_TimerThread.cs (1)
181private static Hashtable s_QueuesCache = new Hashtable();
net\System\Net\_WebProxyDataBuilder.cs (1)
113Hashtable proxyListHashTable = new Hashtable(CaseInsensitiveAscii.StaticInstance);
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\ServicePoint.cs (2)
123m_ConnectionGroupList = new Hashtable(10); 154m_ConnectionGroupList = new Hashtable(10);
net\System\Net\ServicePointManager.cs (2)
64private static Hashtable s_ServicePointTable = new Hashtable(10); 202configTable = new Hashtable();
net\System\Net\UnsafeNativeMethods.cs (1)
2792m_Hashtable = new Hashtable((int)Enum.HttpHeaderResponseMaximum);
regex\system\text\regularexpressions\Regex.cs (2)
151caps = new Hashtable(value); 171capnames = new Hashtable(value);
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\EventLogInternal.cs (2)
108private readonly static Hashtable listenerInfos = new Hashtable(StringComparer.OrdinalIgnoreCase); 394messageLibraries = new Hashtable(StringComparer.OrdinalIgnoreCase);
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (1)
317Hashtable h = new Hashtable();
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (10)
113Hashtable tempCategoryTable = new Hashtable(categoryNumber, StringComparer.OrdinalIgnoreCase); 610Interlocked.CompareExchange(ref this.customCategoryTable, new Hashtable(StringComparer.OrdinalIgnoreCase), null); 927PerformanceCounterLib.libraryTable = new Hashtable(); 1014stringTable = new Hashtable(); 1016stringTable = new Hashtable(names.Length/2); 1315this.CounterTable = new Hashtable(); 1316this.InstanceNameTable = new Hashtable(StringComparer.OrdinalIgnoreCase); 1353this.CounterTable = new Hashtable(counterNumber); 1376this.InstanceNameTable = new Hashtable(1, StringComparer.OrdinalIgnoreCase); 1385this.InstanceNameTable = new Hashtable(instanceNumber, StringComparer.OrdinalIgnoreCase);
services\monitoring\system\diagnosticts\ProcessManager.cs (4)
353Hashtable processInfos = new Hashtable(); 482valueIds = new Hashtable(); 792Hashtable processInfos = new Hashtable(); 1135Hashtable processInfos = new Hashtable(60);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
36private static Hashtable categoryDataTable = new Hashtable(StringComparer.Ordinal);
sys\system\configuration\ClientSettingsStore.cs (2)
90IDictionary settings = new Hashtable(); 110IDictionary settings = new Hashtable();
sys\system\configuration\DictionarySectionHandler.cs (1)
35res = new Hashtable(StringComparer.OrdinalIgnoreCase);
sys\system\configuration\LocalFileSettingsProvider.cs (2)
169IDictionary roamingUserSettings = new Hashtable(); 170IDictionary localUserSettings = new Hashtable();
sys\system\configuration\SettingsPropertyCollection.cs (1)
31_Hashtable = new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
sys\system\configuration\SettingsPropertyValueCollection.cs (1)
34_Indices = new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
sys\system\configuration\SingleTagSectionHandler.cs (2)
35result = new Hashtable(); 37result = new Hashtable((IDictionary)parent);
System.Activities (8)
System\Activities\ActivityUtilities.cs (3)
1363static Hashtable inArgumentTypeDefinitions = new Hashtable(); 1364static Hashtable outArgumentTypeDefinitions = new Hashtable(); 1365static Hashtable inOutArgumentTypeDefinitions = new Hashtable();
System\Activities\Expressions\AssemblyReference.cs (2)
152assemblyCache = new Hashtable(AssemblyCacheInitialSize, new AssemblyNameEqualityComparer()); 229assemblyToAssemblyNameCache = new Hashtable(AssemblyToAssemblyNameCacheInitSize);
System\Activities\Tracking\EtwTrackingParticipant.cs (1)
34static Hashtable diagnosticTraceCache = new Hashtable();
System\Activities\Tracking\TrackingProvider.cs (1)
249this.activitySubscriptions = new Hashtable();
System\Activities\Validation\ValidationHelper.cs (1)
190Hashtable keysVisited = new Hashtable(equivalenceInfo.EquivalentGroupsDictionary.Count);
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 (15)
System\Configuration\BaseConfigurationRecord.cs (5)
793factoryList = new Hashtable(); 2266factoryList = new Hashtable(); 3716_sectionRecords = new Hashtable(); 3769_factoryRecords = new Hashtable(); 4035_children = new Hashtable(StringComparer.OrdinalIgnoreCase);
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 (5)
247_sectionGroups = new Hashtable(); 260_removedSections = new Hashtable(); 273_removedSectionGroups = new Hashtable(); 370_locationTags = new Hashtable(StringComparer.OrdinalIgnoreCase); 406Hashtable factories = new Hashtable();
System\Configuration\ProviderCollection.cs (1)
25_Hashtable = new Hashtable(10, StringComparer.OrdinalIgnoreCase);
System\Configuration\SectionUpdates.cs (2)
24_groups = new Hashtable(); 25_sections = new Hashtable();
System.Data (50)
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\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
92Hashtable ht = new Hashtable(42);
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\Common\DbConnectionStringBuilder.cs (1)
341Hashtable descriptors = new Hashtable(StringComparer.OrdinalIgnoreCase);
fx\src\data\System\Data\Common\FieldNameLookup.cs (1)
132Hashtable hash = new Hashtable(length);
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\OleDb\OleDbDataReader.cs (1)
1807Hashtable baseColumnNames = new Hashtable(_metadata.Length * 2); // MDAC 67385
fx\src\data\System\Data\Sql\sqlser.cs (1)
82m_types2Serializers = new Hashtable();
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
636hash = new Hashtable(SqlConnectionStringBuilder.KeywordsCount + SynonymCount); 723hash = new Hashtable(NetLibCount);
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 (7)
469autogenerated = new Hashtable(); 499namespaces = new Hashtable(); 500prefixes = new Hashtable(); 807namespaces = new Hashtable(); 808prefixes = new Hashtable(); 811autogenerated = new Hashtable(); 2014rowsOrder = new Hashtable(rows);
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 (3)
System\Data\Common\FieldNameLookup.cs (1)
115Hashtable hash = new Hashtable(length);
System\Data\EntityClient\DbConnectionOptions.cs (1)
65_parsetable = new Hashtable();
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
179Hashtable table = new Hashtable(s_validKeywords.Length);
System.Data.SqlXml (31)
System\Xml\Xsl\IlGen\XmlILModule.cs (5)
85this.methods = new Hashtable(); 89this.urlToSymWriter = new Hashtable(); 116this.methods = new Hashtable(); 141this.urlToSymWriter = new Hashtable(); 312methodsBaked = new Hashtable(this.methods.Count);
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\HtmlProps.cs (2)
58Hashtable table = new Hashtable(71, StringComparer.OrdinalIgnoreCase); { 164Hashtable table = new Hashtable(26, StringComparer.OrdinalIgnoreCase); {
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 (2)
164documentCache = new Hashtable(); 333this.scriptExtensions = new Hashtable(this.stylesheet.ScriptObjectTypes.Count); {
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 (3)
232Hashtable documents = new Hashtable(); 251Hashtable keyTable = new Hashtable(); 482Hashtable ft = new Hashtable(10); {
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
171this.cdataElements = new Hashtable(qnames.Length);
System.Drawing (8)
commonui\System\Drawing\Advanced\ColorTranslator.cs (1)
346htmlSysColorTable = new Hashtable(26);
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
113threadData = new Hashtable();
commonui\System\Drawing\ColorConverter.cs (2)
53Hashtable tempHash = new Hashtable(StringComparer.OrdinalIgnoreCase); 74Hashtable tempHash = new Hashtable(StringComparer.OrdinalIgnoreCase);
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 (7)
System\Messaging\Design\MessageQueueConverter.cs (1)
30private static Hashtable componentsCreated = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
System\Messaging\Design\QueuePathDialog.cs (1)
58private Hashtable machinesTable = new Hashtable();
System\Messaging\MessageQueue.cs (1)
1412Hashtable requests = Hashtable.Synchronized(new Hashtable());
System\Messaging\MessageQueuePermission.cs (3)
230Hashtable newFormatNames = new Hashtable(GetComparer()); 335this.resolvedFormatNames = new Hashtable(GetComparer()); 478Hashtable newFormatNames = new Hashtable(GetComparer());
System\Messaging\XmlMessageFormatter.cs (1)
26Hashtable targetSerializerTable = new Hashtable();
System.Runtime.Caching (4)
System\Caching\FileChangeNotificationSystem.cs (1)
71_dirMonitors = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
System\Caching\HostFileChangeMonitor.cs (1)
45Hashtable fcnState = new Hashtable(_filePaths.Count);
System\Caching\MemoryCache.cs (1)
445Hashtable h = new Hashtable();
System\Caching\MemoryCacheStore.cs (1)
31_entries = new Hashtable(new MemoryCacheEqualityComparer());
System.Runtime.Remoting (18)
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\wsdlparser.cs (6)
1871Hashtable propertyMethod = new Hashtable(3); 2395Hashtable cSharpKeywordstemp = new Hashtable(75); // about 75 cSharpKeywords to be added 3027private Hashtable wsdlMessages = new Hashtable(10); 3028private Hashtable wsdlPortTypes = new Hashtable(10); 7064internal Hashtable sections = new Hashtable(10); 7446internal Hashtable ports = new Hashtable(10);
metadata\wsdlwriter.cs (3)
130_typeToServiceEndpoint = new Hashtable(10); 677Hashtable usedNames = new Hashtable(10); 809internal Hashtable _typeToInteropNS = new Hashtable(); // If interop type, then XMLNamespace the type is in.
System.Runtime.Serialization (11)
System\Runtime\Serialization\CodeGenerator.cs (1)
1722localNames = new Hashtable();
System\Runtime\Serialization\DataContract.cs (2)
434typeToIDCache = new Hashtable(new HashTableEqualityComparer()); 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 (9)
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\encryptedxml.cs (1)
125m_keyNameMapping = new Hashtable(m_capacity);
system\security\cryptography\xml\transform.cs (3)
340m_propagatedNamespaces = new Hashtable(0); 352m_propagatedNamespaces = new Hashtable(0); 356m_propagatedNamespaces = new Hashtable(namespaces.Count);
system\security\cryptography\xml\utils.cs (1)
679Hashtable set = new Hashtable();
System.ServiceModel (18)
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\ConfigLoader.cs (1)
278Hashtable h = new Hashtable(3)
System\ServiceModel\Description\MessageContractImporter.cs (3)
905Hashtable references = new Hashtable(); 960imports = new Hashtable(); 977imports = new Hashtable();
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
466Hashtable h = new Hashtable(2) 478Hashtable h = new Hashtable(2);
System\ServiceModel\Description\MetadataResolver.cs (1)
269Hashtable h = new Hashtable(2)
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\Description\ServiceDebugBehavior.cs (1)
230Hashtable h = new Hashtable(2)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
542Hashtable h = new Hashtable(2)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
920localNames = new Hashtable();
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
438namedTypes = new Hashtable();
System\ServiceModel\Security\TimeBoundedCache.cs (1)
32this.entries = new Hashtable(keyComparer);
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\ServiceParser.cs (1)
374IDictionary dictionary = new Hashtable();
System\ServiceModel\Activation\ServiceRouteHandler.cs (1)
36static Hashtable routeServiceTable = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
660this.serviceActivations = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 1910static Hashtable pathCache = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.ServiceModel.Internals (4)
System\Runtime\Collections\HopperCache.cs (3)
68this.outstandingHopper = new Hashtable(hopperSize * 2); 69this.strongHopper = new Hashtable(hopperSize * 2); 70this.limitedHopper = new Hashtable(hopperSize * 2);
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 (4)
System\Transactions\Oletx\OletxResourceManager.cs (2)
23internal static Hashtable volatileEnlistmentHashtable = new Hashtable(); 69this.enlistmentHashtable = new Hashtable();
System\Transactions\Oletx\OletxTransactionManager.cs (1)
586resourceManagerHashTable = new Hashtable(2);
System\Transactions\TransactionManager.cs (1)
697Hashtable temp = new Hashtable( 100 );
System.Web (139)
Cache\CacheEntry.cs (1)
386Hashtable h = new Hashtable(2);
Cache\SqlCacheDependency.cs (2)
501_tables = new Hashtable(); 607internal static Hashtable s_DatabaseNotifStates = new Hashtable();
Compilation\AssemblyBuilder.cs (2)
52private Hashtable _buildProviders = new Hashtable(StringComparer.OrdinalIgnoreCase); 229_buildProviderToSourceFileMap = new Hashtable();
Compilation\BaseCodeDomTreeGenerator.cs (1)
860_linePragmasTable = new Hashtable();
Compilation\BaseResourcesBuildProvider.cs (1)
194IDictionary resourceList = new Hashtable(StringComparer.OrdinalIgnoreCase);
Compilation\BuildManager.cs (2)
1031_assemblyResolveMapping = new Hashtable(StringComparer.OrdinalIgnoreCase); 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 (4)
158_satelliteAssemblyBuilders = new Hashtable( 269private IDictionary _buildProviders = new Hashtable( 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\IImplicitResourceProvider.cs (1)
143_implicitResources = new Hashtable(StringComparer.OrdinalIgnoreCase);
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
24private Hashtable _controlSkinTypeNameCollection = new Hashtable();
Compilation\ProfileBuildProvider.cs (1)
91Hashtable groups = new Hashtable();
Compilation\SourceFileBuildProvider.cs (1)
48linePragmasTable = new Hashtable();
Compilation\TimeStampChecker.cs (1)
19private Hashtable _timeStamps = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
361Hashtable loopCheck = new Hashtable();
Configuration\BrowserCapabilitiesFactoryBase.cs (3)
43Hashtable browserElements = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase)); 71Hashtable matchedHeaders = Hashtable.Synchronized(new Hashtable(24, StringComparer.OrdinalIgnoreCase)); 154Hashtable values = new Hashtable(180, StringComparer.OrdinalIgnoreCase);
Configuration\CompilationSection.cs (2)
529Hashtable compilerLanguages = new Hashtable(StringComparer.OrdinalIgnoreCase); 530_compilerExtensions = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\HealthMonitoringSectionHelper.cs (2)
89_customEvaluatorInstances = new Hashtable(); 91_cachedMatchedRulesForCustomEvents = new Hashtable(new WebBaseEventKeyComparer());
Configuration\HttpCapabilitiesBase.cs (3)
298_controlAdapterFactoryTable = new Hashtable(); 341_adapters = new Hashtable(StringComparer.OrdinalIgnoreCase); 363_adapterTypes = Hashtable.Synchronized(new Hashtable());
Configuration\HttpCapabilitiesEvaluator.cs (2)
124_variables = new Hashtable(parent._variables); 145_variables = new Hashtable();
Configuration\NamespaceCollection.cs (1)
95_namespaceEntries = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\PagesSection.cs (1)
716Hashtable userControlRegisterEntries = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\ProtocolsConfiguration.cs (1)
25private Hashtable _protocolEntries = new Hashtable();
Configuration\RegexWorker.cs (1)
102_groups = new Hashtable();
Configuration\RemoteWebConfigurationHost.cs (1)
76_PathMap = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\TagMapCollection.cs (1)
79Hashtable tagMappings = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\TransformerInfoCollection.cs (1)
84_transformerEntries = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\WebConfigurationHost.cs (1)
517_fileChangeCallbacks = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\WebControlsSection.cs (1)
48Hashtable runtimeHashTable = new Hashtable();
FileChangesMonitor.cs (5)
147s_interned = new Hashtable(0, 1.0f, new DaclComparer()); 583_fileMons = new Hashtable(StringComparer.OrdinalIgnoreCase); 1542_aliases = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase)); 1543_dirs = new Hashtable(StringComparer.OrdinalIgnoreCase); 1544_subDirDirMons = new Hashtable(StringComparer.OrdinalIgnoreCase);
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\ApplicationManager.cs (1)
901IDictionary bindings = new Hashtable(20);
Hosting\HostingEnvironment.cs (3)
136private Hashtable _wellKnownObjects = new Hashtable(); 139private Hashtable _registeredObjects = new Hashtable(); 590_registeredObjects = new Hashtable();
Hosting\ISAPIWorkerRequest.cs (1)
2859_serverVars = new Hashtable(_numServerVars, StringComparer.OrdinalIgnoreCase);
Hosting\MapPathBasedVirtualPathProvider.cs (2)
287_exclude = new Hashtable(StringComparer.OrdinalIgnoreCase); 298_virtualPaths = new Hashtable(StringComparer.OrdinalIgnoreCase);
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());
httpstaticobjectscollection.cs (1)
30private IDictionary _objects = new Hashtable(StringComparer.OrdinalIgnoreCase);
Management\WebEvents.cs (1)
142static Hashtable s_customEventCodeOccurrence = new Hashtable();
Profile\HttpProfileBase.cs (2)
292Hashtable ht = new Hashtable(); 631private Hashtable _Groups = new Hashtable();
Profile\ProfileInfo.cs (1)
76_Hashtable = new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
Security\ADMembershipProvider.cs (3)
122Hashtable syntaxes = new Hashtable(); 123Hashtable attributesInUse = new Hashtable(StringComparer.OrdinalIgnoreCase); 3292Hashtable attributes = new Hashtable(StringComparer.OrdinalIgnoreCase);
SiteMapProvider.cs (1)
85Hashtable providers = new Hashtable();
State\SessionStateItemCollection.cs (1)
155s_immutableTypes = new Hashtable(19);
StaticSiteMapProvider.cs (4)
32_childNodeCollectionTable = new Hashtable(); 48_keyTable = new Hashtable(); 64_parentNodeTable = new Hashtable(); 80_urlTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\ChtmlTextWriter.cs (6)
26private Hashtable _recognizedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 27private Hashtable _suppressedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 28private Hashtable _globalSuppressedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 68eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 124eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 131eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
UI\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\CssTextWriter.cs (1)
27attrKeyLookupTable = new Hashtable((int)HtmlTextWriterStyle.ZIndex + 1);
UI\DataBindingCollection.cs (2)
31this.bindings = new Hashtable(StringComparer.OrdinalIgnoreCase); 95removedBindings = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\ExpressionBindingCollection.cs (2)
31this.bindings = new Hashtable(StringComparer.OrdinalIgnoreCase); 95removedBindings = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\FilterableAttribute.cs (1)
45_filterableTypes = Hashtable.Synchronized(new Hashtable());
UI\HTMLTagNameToTypeMapper.cs (2)
32Hashtable t = new Hashtable(10, StringComparer.OrdinalIgnoreCase); 60Hashtable t = new Hashtable(10, StringComparer.OrdinalIgnoreCase);
UI\HTMLTextWriter.cs (2)
126_tagKeyLookupTable = new Hashtable((int)HtmlTextWriterTag.Xml + 1); 230_attrKeyLookupTable = new Hashtable((int)HtmlTextWriterAttribute.VCardName + 1);
UI\MasterPage.cs (1)
153_contentTemplateCollection = new Hashtable(10, StringComparer.OrdinalIgnoreCase);
UI\ObjectStateFormatter.cs (2)
559table = new Hashtable(count); 745_stringTable = new Hashtable(StringComparer.Ordinal);
UI\Page.cs (2)
711Hashtable ht = new Hashtable(); 2670_contentTemplateCollection = new Hashtable(11, StringComparer.OrdinalIgnoreCase);
UI\RootBuilder.cs (1)
49_builtObjects = new Hashtable(ReferenceKeyComparer.Default);
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 (3)
342_prefixedMappers = new Hashtable(StringComparer.OrdinalIgnoreCase); 373_userControlRegisterEntries = new Hashtable(); 441_mappedTags = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\TemplateControl.cs (2)
54private static Hashtable _eventListCache = new Hashtable(); 86_eventObjects = new Hashtable(16);
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\WebControls\WebColorConverter.cs (1)
136Hashtable t = new Hashtable(StringComparer.OrdinalIgnoreCase);
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 (5)
17private Hashtable _commonAttributes = new Hashtable(); 20private Hashtable _elementSpecificAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 21private Hashtable _suppressCommonAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 144eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 196eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
Util\FastPropertyAccessor.cs (1)
305s_accessorCache = new Hashtable();
Util\SecUtil.cs (1)
159Hashtable values = new Hashtable(param.Length);
Util\SimpleRecyclingCache.cs (1)
33_hashtable = new Hashtable(MAX_SIZE, StringComparer.OrdinalIgnoreCase);
Util\SmtpMail.cs (2)
630Hashtable _headers = new Hashtable(); 631Hashtable _fields = new Hashtable();
WorkerRequest.cs (2)
1376static private Hashtable s_requestHeadersLoookupTable = new Hashtable(StringComparer.OrdinalIgnoreCase); 1377static private Hashtable s_responseHeadersLoookupTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
XmlSiteMapProvider.cs (1)
90_childProviderTable = new Hashtable();
System.Web.ApplicationServices (1)
Security\MembershipUserCollection.cs (1)
22_Indices = new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
System.Web.DataVisualization (13)
Common\Borders3D\Borders3D.cs (2)
598internal Hashtable registeredBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 599private Hashtable _createdBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\ChartTypeRegistry.cs (2)
128internal Hashtable registeredChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 129private Hashtable _createdChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\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\Formulas\FormulaRegistry.cs (2)
47 internal Hashtable registeredModules = new Hashtable(StringComparer.OrdinalIgnoreCase); 48private Hashtable _createdModules = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\General\ChartAreaAxes.cs (1)
1224 Hashtable groupsHashTable = new Hashtable();
Common\Utilities\ImageLoader.cs (1)
172_imageData = new Hashtable(StringComparer.OrdinalIgnoreCase);
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 (28)
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 (4)
32private static readonly IDictionary _assemblyInfoCache = Hashtable.Synchronized(new Hashtable()); 33private static readonly IDictionary _cultureCache = Hashtable.Synchronized(new Hashtable()); 562private static readonly IDictionary _urlCache = Hashtable.Synchronized(new Hashtable(ListEqualityComparer.Instance)); 563private static readonly IDictionary _cultureCache = Hashtable.Synchronized(new Hashtable());
Script\Serialization\JavaScriptSerializer.cs (1)
500objectsInUse = new Hashtable(new ReferenceComparer());
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\ScriptManager.cs (3)
1198_initialState = new Hashtable(StringComparer.Ordinal); 1212_initialState = new Hashtable(state.Count, StringComparer.Ordinal); 1392_initialState = new Hashtable(StringComparer.Ordinal);
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\WebControls\QueryableDataSourceView.cs (1)
590_originalValues = new Hashtable(maxColumns, StringComparer.OrdinalIgnoreCase);
UI\WebResourceUtil.cs (1)
21private static readonly Hashtable _assemblyContainsWebResourceCache = Hashtable.Synchronized(new Hashtable());
System.Web.Mobile (21)
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\SimpleParser.cs (1)
312_table = new Hashtable(initialCapacity, StringComparer.OrdinalIgnoreCase);
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 (67)
misc\DebugHandleTracker.cs (1)
38private static Hashtable handleTypes = new Hashtable();
winforms\Managed\System\Resources\ResXDataNode.cs (2)
926cachedAssemblies = Hashtable.Synchronized(new Hashtable()); 986cachedTypes = Hashtable.Synchronized(new Hashtable(StringComparer.Ordinal));
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\DataGridView.cs (3)
463this.converters = new Hashtable(8); 464this.pens = new Hashtable(8); 465this.brushes = new Hashtable(10);
winforms\Managed\System\WinForms\DataObject.cs (1)
2108private Hashtable data = new Hashtable(BackCompatibleStringComparer.Default);
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
46Hashtable items = new Hashtable(); 47Hashtable windows = new Hashtable(); 511Hashtable controlError = new Hashtable(bindingsCount);
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\KeysConverter.cs (1)
45keyNames = new Hashtable(34);
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\ImmutablePropertyDescriptorGridEntry.cs (1)
58IDictionary values = new Hashtable(props.Count);
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\ToolStrip.cs (1)
1821shortcuts = new Hashtable(1);
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\VisualStyles\VisualStyleRenderer.cs (1)
1025themeHandles = new Hashtable(numberOfPossibleClasses);
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 (12)
Common\Borders3D\Borders3D.cs (2)
598internal Hashtable registeredBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 599private Hashtable _createdBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\ChartTypeRegistry.cs (2)
128internal Hashtable registeredChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 129private Hashtable _createdChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\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\Formulas\FormulaRegistry.cs (2)
47 internal Hashtable registeredModules = new Hashtable(StringComparer.OrdinalIgnoreCase); 48private Hashtable _createdModules = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\General\ChartAreaAxes.cs (1)
1224 Hashtable groupsHashTable = new Hashtable();
Common\Utilities\ImageLoader.cs (1)
172_imageData = new Hashtable(StringComparer.OrdinalIgnoreCase);
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 (40)
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 (2)
54private Hashtable memberMapping = new Hashtable(); 55private Hashtable boundedTypes = new Hashtable(new TypeArrayComparer());
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 (6)
DebugEngine\DebugController.cs (2)
337IDictionary providerProperties = new Hashtable(); 341Hashtable channelProperties = new Hashtable();
WorkflowDefinitionDispenser.cs (2)
387this.hashtable = new Hashtable((IEqualityComparer)new DigestComparerWrapper()); 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.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
64static Hashtable pathCache = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Xml (131)
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 (4)
48names = new Hashtable(); 111wildcards = new Hashtable(); 1323Hashtable stateTable = new Hashtable(); 1925elements = new Hashtable(size);
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 (4)
48identifiers = new Hashtable(); 49reservedIdentifiers = new Hashtable(); 53identifiers = new Hashtable(comparer); 54reservedIdentifiers = new Hashtable(comparer);
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\XmlSchemaImporter.cs (1)
769Hashtable uniqueTypeDescs = new Hashtable(member.Elements.Length);
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\XPath\Internal\XPathParser.cs (2)
711Hashtable table = new Hashtable(36); 744Hashtable table = new Hashtable(13);
System\Xml\Xslt\XsltArgumentList.cs (2)
20private Hashtable parameters = new Hashtable(); 21private Hashtable extensions = new Hashtable();
UIAutomationClient (2)
MS\Internal\Automation\ProxyManager.cs (2)
844private static Hashtable _classHandlers = new Hashtable(22, 1.0f); 848private static Hashtable _imageOnlyHandlers = new Hashtable(0,1.0f);
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\EventManager.cs (5)
520_objectIdWindow = new Hashtable(7, .1f); 531_objectIdClient = new Hashtable(20, .1f); 557_objectIdScroll = new Hashtable(3, .1f); 565_objectIdCaret = new Hashtable(1, .1f); 571_objectIdMenu = new Hashtable(1, .1f);
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (3)
100eventTable = new Hashtable(); 403private Hashtable _hwndTable = new Hashtable(); 406private Hashtable _browserTable = new Hashtable();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
104static private Hashtable _groupManagers = new Hashtable(10);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1136private static Hashtable _expandedMenus = new Hashtable(5);
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
389_ahp[evt] = new Hashtable(10);
WindowsBase (20)
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\IO\Zip\ZipArchive.cs (1)
658_zipFileInfoDictionary = new Hashtable(_zipFileInfoDictionaryInitialSize, StringComparer.Ordinal);
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (1)
536_centralDirectoryDictionary = new Hashtable(_centralDirectoryDictionaryInitialSize, StringComparer.Ordinal);
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 (4)
443_transformLookupTable = new Hashtable(CU.StringCaseInsensitiveComparer); 467_dataSpaceDefinitions = new Hashtable(CU.StringCaseInsensitiveComparer); 468_transformDefinitions = new Hashtable(CU.StringCaseInsensitiveComparer); 1528IDictionary transformContext = new Hashtable(); // Transform context object
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
58validEnumerators = new Hashtable(); 60elementInfoCores = new Hashtable(CU.StringCaseInsensitiveComparer);
Base\System\Windows\DependencyProperty.cs (1)
1238private static Hashtable PropertyFromName = new Hashtable();
Shared\MS\Utility\FrugalMap.cs (1)
1580_entries = new Hashtable(MINSIZE);
Shared\MS\Win32\ManagedWndProcTracker.cs (1)
312private static Hashtable _hwndList = new Hashtable(10);
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
450private static Hashtable _loadedAssembliesHash = new Hashtable(8);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\GenerateTemporaryAssemblyTask.cs (1)
118Hashtable globalProperties = new Hashtable();
1664 references to Hashtable
mscorlib (134)
system\__comobject.cs (1)
30private Hashtable m_ObjectToDataMap;
system\collections\dictionarybase.cs (2)
20Hashtable hashtable; 22protected Hashtable InnerHashtable {
system\collections\hashtable.cs (20)
70[DebuggerTypeProxy(typeof(System.Collections.Hashtable.HashtableDebugView))] 477Hashtable ht = new Hashtable(count,_keycomparer); 1139public static Hashtable Synchronized(Hashtable table) { 1301private Hashtable _hashtable; 1303internal KeyCollection(Hashtable hashtable) { 1342private Hashtable _hashtable; 1344internal ValueCollection(Hashtable hashtable) { 1382protected Hashtable _table; 1384internal SyncHashtable(Hashtable table) : base(false) { 1389_table = (Hashtable)info.GetValue("ParentTable", typeof(Hashtable)); 1415info.AddValue("ParentTable", _table, typeof(Hashtable)); 1488return Hashtable.Synchronized((Hashtable)_table.Clone()); 1547private Hashtable hashtable; 1559internal HashtableEnumerator(Hashtable hashtable, int getObjRetType) { 1633private Hashtable hashtable; 1635public HashtableDebugView( Hashtable hashtable) { 1733if (IsPrime(i) && ((i - 1) % Hashtable.HashPrime != 0))
system\currenttimezone.cs (1)
55private Hashtable m_CachedDaylightChanges = new Hashtable();
system\diagnostics\log.cs (1)
52internal static Hashtable m_Hashtable;
system\environment.cs (2)
774Hashtable table = new Hashtable(20); 844Hashtable table = new Hashtable(20);
system\globalization\cultureinfo.cs (6)
155private static volatile Hashtable s_LcidCachedCultures; 156private static volatile Hashtable s_NameCachedCultures; 1743Hashtable tempNameHT = s_NameCachedCultures; 1758tempNameHT = Hashtable.Synchronized(new Hashtable()); 1782Hashtable tempLcidHT = s_LcidCachedCultures; 1787tempLcidHT = Hashtable.Synchronized(new Hashtable());
system\globalization\datetimeformatinfo.cs (1)
408private static volatile Hashtable s_calendarNativeNames; // NEVER USED, DO NOT USE THIS! (Serialized in Whidbey)
system\globalization\encodingtable.cs (4)
49private static Hashtable hashByName = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase)); 53private static Hashtable hashByCodePage = Hashtable.Synchronized(new Hashtable());
system\reflection\emit\typebuilderinstantiation.cs (1)
51internal Hashtable m_hashtable = new Hashtable();
system\resources\resourcemanager.cs (4)
186protected Hashtable ResourceSets; 210private static volatile Hashtable _installedSatelliteInfo; // Give the user the option 1515private Hashtable GetSatelliteAssembliesFromConfig() 1565Hashtable satelliteInfo = new Hashtable(StringComparer.OrdinalIgnoreCase);
system\resources\resourceset.cs (6)
43protected Hashtable Table; 46private Hashtable _caseInsensitiveTable; // For case-insensitive lookups. 213Hashtable copyOfTable = Table; // Avoid a race with Dispose 301Hashtable copyOfTable = Table; // Avoid a race with Dispose 311Hashtable copyOfTable = Table; // Avoid a race with Dispose 316Hashtable caseTable = _caseInsensitiveTable; // Avoid ---- with Close
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 (4)
187private Hashtable m_Datastore; 204private Hashtable Datastore 290private Hashtable m_Datastore; 534private Hashtable Datastore
system\runtime\remoting\channelservices.cs (1)
402Hashtable table = new Hashtable();
system\runtime\remoting\clientsponsor.cs (1)
27private Hashtable sponsorTable = new Hashtable(10);
system\runtime\remoting\configuration.cs (9)
909Hashtable _exportableClasses; // list of objects that can be client-activated 912Hashtable _remoteTypeInfo; 913Hashtable _remoteAppInfo; 914Hashtable _wellKnownExportInfo; //well known exports indexed by object URI in lower-case 927_remoteTypeInfo = Hashtable.Synchronized(new Hashtable()); 929_exportableClasses = Hashtable.Synchronized(new Hashtable()); 931_remoteAppInfo = Hashtable.Synchronized(new Hashtable()); 932_wellKnownExportInfo = Hashtable.Synchronized(new Hashtable()); 1078Hashtable properties = cae.Properties;
system\runtime\remoting\ichannel.cs (1)
484private Hashtable _properties = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
system\runtime\remoting\identityholder.cs (2)
66private static Hashtable _URITable = new Hashtable(); 70internal static Hashtable URITable
system\runtime\remoting\lease.cs (1)
41internal Hashtable sponsorTable;
system\runtime\remoting\leasemanager.cs (2)
27private Hashtable leaseToTimeTable = new Hashtable(); 31private Hashtable sponsorTable = new Hashtable();
system\runtime\remoting\message.cs (8)
643internal static Object SoapCoerceArg(Object value, Type pt, Hashtable keyToNamespaceTable) 2327Hashtable _h; 3405Hashtable keyToNamespaceTable = (Hashtable)info.GetValue("__keyToNamespaceTable", typeof(Hashtable)); 4368Hashtable keyToNamespaceTable = (Hashtable)info.GetValue("__keyToNamespaceTable", typeof(Hashtable));
system\runtime\remoting\remotingconfigparser.cs (15)
42internal Hashtable Properties; 47internal ChannelEntry(String typeName, String assemblyName, Hashtable properties) 75internal Hashtable Properties; 77internal ContextAttributeEntry(String typeName, String assemName, Hashtable properties) 262internal Hashtable Properties; 266internal SinkProviderEntry(String typeName, String assemName, Hashtable properties, 407private static Hashtable _channelTemplates = CreateSyncCaseInsensitiveHashtable(); 408private static Hashtable _clientChannelSinkTemplates = CreateSyncCaseInsensitiveHashtable(); 409private static Hashtable _serverChannelSinkTemplates = CreateSyncCaseInsensitiveHashtable(); 412private static Hashtable CreateSyncCaseInsensitiveHashtable() 414return Hashtable.Synchronized(CreateCaseInsensitiveHashtable()); 417private static Hashtable CreateCaseInsensitiveHashtable() 1377Hashtable properties = CreateCaseInsensitiveHashtable(); 1418Hashtable properties = CreateCaseInsensitiveHashtable(); 1596Hashtable properties = CreateCaseInsensitiveHashtable();
system\runtime\remoting\soap.cs (16)
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)
34internal Hashtable objectMapTable;
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
906internal Hashtable seenBeforeTable = new Hashtable();
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1339private Hashtable assemblyToIdTable = null;
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 (1)
22private Hashtable m_objectSeenTable = new Hashtable(); // Table to keep track of objects [OnSerializing] has been called on
system\security\accesscontrol\privilege.cs (2)
41private static Hashtable privileges = new Hashtable(); 42private static Hashtable luids = new Hashtable();
system\security\permissiontoken.cs (3)
331private volatile Hashtable m_tokenTable; // Cache of tokens by class string name 332private volatile Hashtable m_handleTable; // Cache of tokens by type handle (IntPtr) 333private volatile Hashtable m_indexTable; // Cache of tokens by index
system\security\policy\policylevel.cs (7)
521Hashtable classes = new Hashtable(); 560Hashtable classes; 1296private static string GenerateFriendlyName(string className, Hashtable classes) { 1321private SecurityElement NormalizeClassDeep(SecurityElement elem, Hashtable classes) { 1334private SecurityElement NormalizeClass(SecurityElement elem, Hashtable classes) { 1357private SecurityElement UnnormalizeClassDeep(SecurityElement elem, Hashtable classes) { 1371private SecurityElement UnnormalizeClass(SecurityElement elem, Hashtable classes) {
system\security\principal\windowsprincipal.cs (2)
27using Hashtable = System.Collections.Hashtable; 58private Hashtable m_rolesTable;
system\security\securityelement.cs (2)
163public Hashtable Attributes 173Hashtable hashtable = new Hashtable( m_lAttributes.Count/2 );
system\text\encoding.cs (1)
108static volatile Hashtable encodings;
PresentationBuildTasks (12)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
155Hashtable globalProperties = new Hashtable(3);
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
934private Hashtable _uidTable; 936private Hashtable _sequenceMaxIds;
Framework\System\Windows\Markup\BamlMapTable.cs (2)
1753private Hashtable ObjectHashTable 1828Hashtable _objectHashTable = new Hashtable();
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1880Hashtable _IDTypes = new Hashtable();
Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
4293Hashtable _dpLookupHashtable; // Hashtable of PropertyAndType keyed by dp name 4365Hashtable _typeLookupFromXmlHashtable = new Hashtable(); 4368Hashtable _namespaceMapHashList = new Hashtable();
Framework\System\Windows\Markup\XmlnsCache.cs (1)
91private static Hashtable _assemblyHasCacheInfo = new Hashtable(8);
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
641private static Hashtable _reflectionOnlyLoadedAssembliesHash = new Hashtable(8); 724private static Hashtable _contentLoadAssembliesHash = new Hashtable(1);
PresentationCore (39)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
319private static Hashtable _eventsTable; // key=event id, data=listener count
Core\CSharp\MS\Internal\Automation\EventPropertyMap.cs (1)
175private static Hashtable _propertyTable; // key=DP, data=listener count
Core\CSharp\MS\Internal\FontCache\TypefaceMetricsCache.cs (1)
70private static Hashtable _hashTable = new Hashtable(MaxCacheCapacity);
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
974private Hashtable _namespaceMap;
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (3)
1809Hashtable ht = null; 2420private static Hashtable s_patternInfo; 2421private static Hashtable s_propertyInfo;
Core\CSharp\System\Windows\DataObject.cs (1)
4192private Hashtable _data = new Hashtable();
Core\CSharp\System\Windows\GlobalEventManager.cs (1)
464private static Hashtable _ownerTypedRoutedEventList = new Hashtable(10); // Initialization sizes based on typical MSN scenario
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
830private Hashtable _keyToElements = new Hashtable(10);
Core\CSharp\System\Windows\Input\InputManager.cs (1)
1182private Hashtable _inputProviders = new Hashtable();
Core\CSharp\System\Windows\Input\StagingAreaInputItem.cs (2)
33_dictionary = (Hashtable) promote._dictionary.Clone(); 114private Hashtable _dictionary;
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (2)
187private Hashtable _compartmentTable; 188private Hashtable _globalcompartmentTable;
Core\CSharp\System\Windows\Markup\XmlLanguage.cs (1)
55private static Hashtable _cache = new Hashtable(InitialDictionarySize);
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (2)
82_uriTable = Hashtable.Synchronized(new Hashtable()); 533internal static Hashtable _uriTable;
Core\CSharp\System\Windows\Media\Imaging\ImagingCache.cs (5)
78private static void AddToCache(Uri uri, object obj, Hashtable table) 120private static void RemoveFromCache(Uri uri, Hashtable table) 133private static object CheckCache(Uri uri, Hashtable table) 146private static Hashtable _imageCache = new Hashtable(); 149private static Hashtable _decoderCache = new Hashtable();
Core\CSharp\System\Windows\Media\UniqueEventHelper.cs (8)
86Hashtable htDelegates = (Hashtable)_htDelegates.Clone(); 103ueh._htDelegates = (Hashtable)_htDelegates.Clone(); 119private Hashtable _htDelegates; 197Hashtable htDelegates = (Hashtable)_htDelegates.Clone(); 214ueh._htDelegates = (Hashtable)_htDelegates.Clone(); 230private Hashtable _htDelegates;
Core\CSharp\System\Windows\UIElement.cs (7)
395Hashtable list = new Hashtable(2); 408Hashtable list = (Hashtable)cachedLayoutUpdatedItems; 431Hashtable list = (Hashtable)cachedLayoutUpdatedItems; 454Hashtable list = (Hashtable)cachedLayoutUpdatedItems;
Shared\MS\Utility\Maps.cs (1)
115private Hashtable _overFlow;
PresentationFramework (75)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
1390private Hashtable _locatorPartHandlers; 1393private Hashtable _subtreeProcessors; 1396private Hashtable _selectionProcessors;
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\AppModel\OleCmdHelper.cs (1)
308private SecurityCriticalDataForSet<Hashtable> _applicationCommandsMappingTable;
src\Framework\MS\Internal\Data\AccessorTable.cs (1)
184private Hashtable _table = new Hashtable();
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
768Hashtable _nameToGroupMap; // To cache the mapping between name and subgroup
src\Framework\MS\Internal\Documents\PageCache.cs (1)
1031private Hashtable _table;
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
69Hashtable propertyOccurrences = new Hashtable(8);
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (3)
290private Hashtable _keyToBamlNodeIndexMap; // _key to baml node. Key is integer. Not using Generic on value type for perf reason 291private Hashtable _uidToBamlNodeIndexMap; 309Hashtable _classNameToAssemblyIndex;
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (3)
292Hashtable uidSubstitutions = new Hashtable(newChildren.Count); 709private Hashtable _uidToNewBamlNodeIndexMap; 712private Hashtable _keyToNewBamlNodeIndexMap;
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
1053private Hashtable _xamlElementContentDescriptorDictionary;
src\Framework\MS\Internal\LayoutDump.cs (2)
182private static Hashtable _elementToDumpHandler = new Hashtable(); 187private static Hashtable _documentPageToDumpHandler = new Hashtable();
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (2)
57Hashtable oldChildren = _dataChildren; //cache the old ones for possible reuse 104private Hashtable _dataChildren = null;
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 (2)
1278Hashtable spanStore = null; 1353ref Hashtable store,
src\Framework\System\Windows\Controls\RadioButton.cs (1)
291[ThreadStatic] private static Hashtable _groupNameToElements;
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
1540private static Hashtable _textPatternAttributes;
src\Framework\System\Windows\Documents\FixedFlowMap.cs (1)
425private Hashtable _mapping;
src\Framework\System\Windows\Documents\FixedSchema.cs (1)
333private Hashtable _requiredResourceMimeTypes = new Hashtable(11);
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
2149private static Hashtable _list = new Hashtable(1);
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
600private static Hashtable _rtfControlTable = null;
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (3)
3695Hashtable map = FontMappings; 3756internal Hashtable FontMappings 3852Hashtable _fontMappings;
src\Framework\System\Windows\Documents\TextServicesDisplayAttributePropertyRanges.cs (1)
331private static Hashtable _attributes;
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (5)
102Hashtable validResources = (_validResources.Count > 0 ? _validResources.Peek() : null); 193Hashtable validResources = _validResources.Peek(); 223static private Stack<Hashtable> _validResources = new Stack<Hashtable>(); 225private Hashtable _uniqueUriRef;
src\Framework\System\Windows\FrameworkTemplate.cs (1)
905IStyleConnector styleConnector, List<DependencyObject> affectedChildren, UncommonField<Hashtable> templatedNonFeChildrenField)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (3)
2892Hashtable elementTable = _containerHashtable[container] as Hashtable; 3594private Hashtable _containerHashtable = new Hashtable(10);
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
1193private static Hashtable invalidatorMap = new Hashtable();
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (2)
290var namespaceMaps = mapsObject as Hashtable;
src\Framework\System\Windows\Markup\BamlMapTable.cs (5)
1708table._objectHashTable = (Hashtable)_objectHashTable.Clone(); 1753private Hashtable ObjectHashTable 1790private Hashtable ConverterCache 1828Hashtable _objectHashTable = new Hashtable(); 1840Hashtable _converterCache = null;
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
1410Hashtable _assemblies;
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
425private static Hashtable _shouldSerializeCache = new Hashtable();
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (1)
55Hashtable namespaceMaps;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (8)
309newMapper._typeLookupFromXmlHashtable = _typeLookupFromXmlHashtable.Clone() as Hashtable; 310newMapper._namespaceMapHashList = _namespaceMapHashList.Clone() as Hashtable; 2278Hashtable namespaceMaps = element.GetValue(XmlAttributeProperties.XmlNamespaceMapsProperty) 2279as Hashtable; 4090internal Hashtable NamespaceMapHashList 4293Hashtable _dpLookupHashtable; // Hashtable of PropertyAndType keyed by dp name 4365Hashtable _typeLookupFromXmlHashtable = new Hashtable(); 4368Hashtable _namespaceMapHashList = new Hashtable();
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
124internal Hashtable GetNamespaceMapHashList() 127Hashtable result = new Hashtable(); 397private static void AddToMultiHashtable<K, V>(Hashtable hashtable, K key, V value)
src\Framework\System\Windows\Markup\XmlAttributeProperties.cs (1)
77DependencyProperty.RegisterAttached("XmlNamespaceMaps", typeof(Hashtable), typeof(XmlAttributeProperties),
src\Framework\System\Windows\ResourceDictionary.cs (1)
2592private Hashtable _baseDictionary = null;
src\Framework\System\Windows\StyleHelper.cs (3)
5405Hashtable hashtable = TemplatedNonFeChildrenField.GetValue(container); 5648internal static readonly UncommonField<Hashtable> TemplatedNonFeChildrenField = new UncommonField<Hashtable>();
src\Framework\System\Windows\SystemResources.cs (1)
1763private static Hashtable _resourceCache = new Hashtable();
src\Framework\System\Windows\TemplateNameScope.cs (3)
128Hashtable nonFeChildren = _templatedNonFeChildrenField.GetValue(_templatedParent); 264private static UncommonField<Hashtable> _templatedNonFeChildrenField = (UncommonField<Hashtable>)StyleHelper.TemplatedNonFeChildrenField;
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 (206)
compmod\system\codedom\CodeNamespaceImportCollection.cs (1)
29private Hashtable keys = new Hashtable(StringComparer.OrdinalIgnoreCase);
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (4)
36internal Hashtable _compilerLanguages; 39internal Hashtable _compilerExtensions; 108_compilerLanguages = (Hashtable)original._compilerLanguages.Clone(); 111_compilerExtensions = (Hashtable)original._compilerExtensions.Clone();
compmod\system\codedom\compiler\TempFiles.cs (1)
38Hashtable files;
compmod\system\collections\specialized\collectionsutil.cs (3)
21public static Hashtable CreateCaseInsensitiveHashtable() { 28public static Hashtable CreateCaseInsensitiveHashtable(int capacity) { 35public static Hashtable CreateCaseInsensitiveHashtable(IDictionary d) {
compmod\system\collections\specialized\hybriddictionary.cs (3)
33private Hashtable hashtable; 132Hashtable newTable; 255Hashtable cachedHashtable = hashtable;
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
45private volatile Hashtable _entriesTable;
compmod\system\collections\specialized\ordereddictionary.cs (2)
32private Hashtable _objectsTable; 131private Hashtable objectsTable {
compmod\system\collections\specialized\stringdictionary.cs (2)
33internal Hashtable contents = new Hashtable(); 184internal void ReplaceHashtable(Hashtable useThisHashtableInstead) {
compmod\system\componentmodel\AttributeCollection.cs (1)
48private static Hashtable _defaultAttributes;
compmod\system\componentmodel\ComponentResourceManager.cs (1)
24private Hashtable _resourceSets;
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (2)
31internal Hashtable savedLicenseKeys = new Hashtable(); 67internal Hashtable savedLicenseKeys;
compmod\system\componentmodel\design\DesigntimeLicenseContextSerializer.cs (1)
56context.savedLicenseKeys = (Hashtable)value[1];
compmod\system\componentmodel\LicenseManager.cs (2)
31private static volatile Hashtable providers; 32private static volatile Hashtable providerInstances;
compmod\system\componentmodel\MemberDescriptor.cs (1)
399Hashtable hash = new Hashtable(list.Count);
compmod\system\componentmodel\PropertyDescriptor.cs (1)
33private Hashtable valueChangedHandlers;
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (14)
34private Hashtable _typeData; 45private static volatile Hashtable _editorTables; 46private static volatile Hashtable _intrinsicTypeConverters; 64private static volatile Hashtable _propertyCache; 65private static volatile Hashtable _eventCache; 66private static volatile Hashtable _attributeCache; 67private static volatile Hashtable _extendedPropertyCache; 109private static Hashtable IntrinsicTypeConverters { 115Hashtable temp = new Hashtable(); 162internal static void AddEditorTable(Type editorBaseType, Hashtable table) 337private static Hashtable GetEditorTable(Type editorBaseType) { 387return (Hashtable)table; 1318private static object SearchIntrinsicTable(Hashtable table, Type callingType) 1809Hashtable intrinsicEditors = ReflectTypeDescriptionProvider.GetEditorTable(editorBaseType);
compmod\system\componentmodel\TypeDescriptor.cs (7)
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. 260public static void AddEditorTable(Type editorBaseType, Hashtable table) 1298Hashtable assocTable = _associationTable; 3040Hashtable refreshedTypes = null; 3125Hashtable assocTable = _associationTable; 3162Hashtable assocTable = _associationTable;
compmod\system\diagnostics\ListenerElementsCollection.cs (2)
120private Hashtable _attributes; 142public Hashtable Attributes {
compmod\system\diagnostics\SourceElementsCollection.cs (2)
54private Hashtable _attributes; 65public Hashtable Attributes {
compmod\system\diagnostics\SwitchElementsCollection.cs (2)
41private Hashtable _attributes; 49public Hashtable Attributes {
compmod\system\diagnostics\TraceListener.cs (1)
169internal void SetAttributes(Hashtable attribs) {
compmod\system\security\permissions\ResourcePermissionBase.cs (40)
32private Hashtable rootTable = CreateHashtable(); 60private static Hashtable CreateHashtable() 143Hashtable currentTable = this.rootTable; 147currentTable = (Hashtable)currentTable[accessPath[index]]; 149Hashtable newHashTable = CreateHashtable(); 177private Hashtable CopyChildren(object currentContent, int tagIndex) { 178IDictionaryEnumerator contentEnumerator = ((Hashtable)currentContent).GetEnumerator(); 179Hashtable newTable = CreateHashtable(); 205IDictionaryEnumerator contentEnumerator = ((Hashtable)currentContent).GetEnumerator(); 249this.rootTable = (Hashtable)ReadChildren(securityElement, 0); 270Hashtable newPermissionRootTable = (Hashtable)IntersectContents(this.rootTable, targetPermission.rootTable); 287Hashtable newContents = CreateHashtable(); 291object currentLocalContent = ((Hashtable)currentContent)[Local]; 292object currentComputerNameContent = ((Hashtable)currentContent)[ComputerName]; 294object targetLocalContent = ((Hashtable)targetContent)[Local]; 295object targetComputerNameContent = ((Hashtable)targetContent)[ComputerName]; 324Hashtable contentsTable; 325if (((Hashtable)currentContent).Count < ((Hashtable)targetContent).Count) { 326contentEnumerator = ((Hashtable)currentContent).GetEnumerator(); 327contentsTable = ((Hashtable)targetContent); 330contentEnumerator = ((Hashtable)targetContent).GetEnumerator(); 331contentsTable = ((Hashtable)currentContent); 366Hashtable table = (Hashtable)value; 397Hashtable currentContentTable = (Hashtable)currentContent; 398Hashtable targetContentTable = (Hashtable)targetContent; 492Hashtable newTable = CreateHashtable(); 525Hashtable currentTable = this.rootTable; 531Hashtable oldTable = currentTable; 533currentTable = (Hashtable)currentTable[accessPath[index]]; 580Hashtable newPermissionRootTable = (Hashtable)UnionOfContents(this.rootTable, targetPermission.rootTable); 598Hashtable newContents = CreateHashtable(); 599IDictionaryEnumerator contentEnumerator = ((Hashtable)currentContent).GetEnumerator(); 600IDictionaryEnumerator targetContentEnumerator = ((Hashtable)targetContent).GetEnumerator(); 619IDictionaryEnumerator contentEnumerator = ((Hashtable)currentContent).GetEnumerator();
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
494private static Hashtable s_AppDomains = new Hashtable();
net\System\Net\_HeaderInfoTable.cs (1)
15private static Hashtable HeaderHashTable;
net\System\Net\_SpnDictionary.cs (2)
34private Hashtable m_SyncTable = Hashtable.Synchronized(new Hashtable());
net\System\Net\_SslSessionsCache.cs (1)
29private static Hashtable s_CachedCreds = new Hashtable(32);
net\System\Net\_TimerThread.cs (1)
181private static Hashtable s_QueuesCache = new Hashtable();
net\System\Net\_WebProxyDataBuilder.cs (2)
107private static Hashtable ParseProtocolProxies(string proxyListString) { 113Hashtable proxyListHashTable = new Hashtable(CaseInsensitiveAscii.StaticInstance);
net\System\Net\Configuration\ConnectionManagementSection.cs (3)
51internal Hashtable ConnectionManagement 55Hashtable retval = this.connectionManagement; 89Hashtable connectionManagement = null;
net\System\Net\ConnectionPoolManager.cs (1)
18private static Hashtable m_ConnectionPools = new Hashtable(); // Hashtable used for connection pools
net\System\Net\cookiecontainer.cs (1)
109Hashtable m_domainTable = new Hashtable();
net\System\Net\CredentialCache.cs (4)
23private Hashtable cache = new Hashtable(); 24private Hashtable cacheForHosts = new Hashtable(); 330internal CredentialEnumerator(CredentialCache cache, Hashtable table, Hashtable hostTable, int version) {
net\System\Net\HttpListener.cs (4)
357private Hashtable m_DisconnectResults; // ulong -> DisconnectAsyncResult 360internal Hashtable m_UriPrefixes = new Hashtable(); 605private Hashtable DisconnectResults 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\ServicePoint.cs (1)
48private Hashtable m_ConnectionGroupList;
net\System\Net\ServicePointManager.cs (4)
64private static Hashtable s_ServicePointTable = new Hashtable(10); 92private static volatile Hashtable s_ConfigTable = null; 188private static Hashtable ConfigTable { 195Hashtable configTable = null;
net\System\Net\SocketPermission.cs (1)
511Hashtable attributes = uriElem.Attributes;
net\System\Net\UnsafeNativeMethods.cs (1)
2789private static Hashtable m_Hashtable;
net\System\Net\webproxy.cs (5)
22internal Hashtable proxyHostAddresses; 50private Hashtable _ProxyHostAddresses; 282Hashtable proxyHostAddresses = _ProxyHostAddresses; 377Hashtable proxyHostAddresses = _ProxyHostAddresses; 674Hashtable proxyHostAddresses = _ProxyHostAddresses;
regex\system\text\regularexpressions\Regex.cs (8)
133protected internal Hashtable caps; 134protected internal Hashtable capnames; 148caps = value as Hashtable; 168capnames = value as Hashtable; 1437internal Hashtable _caps; 1438internal Hashtable _capnames; 1449internal CachedCodeEntry(string key, Hashtable capnames, String[] capslist, RegexCode code, Hashtable caps, int capsize, ExclusiveReference runner, SharedReference repl)
regex\system\text\regularexpressions\RegexCode.cs (2)
105internal Hashtable _caps; // mapping of user group numbers -> impl group slots 121Hashtable caps, int capsize,
regex\system\text\regularexpressions\RegexCompiler.cs (3)
3315internal void GenerateCreateHashtable(FieldInfo field, Hashtable ht) { 3316MethodInfo addMethod = typeof(Hashtable).GetMethod("Add", BindingFlags.Instance | BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic); 3319Newobj(typeof(Hashtable).GetConstructor(new Type[0]));
regex\system\text\regularexpressions\RegexGroupCollection.cs (2)
29internal Hashtable _captureMap; 41internal GroupCollection(Match match, Hashtable caps) {
regex\system\text\regularexpressions\RegexMatch.cs (2)
419new internal Hashtable _caps; 428internal MatchSparse(Regex regex, Hashtable caps, int capcount,
regex\system\text\regularexpressions\RegexParser.cs (6)
41internal Hashtable _caps; 42internal Hashtable _capnames; 90internal static RegexReplacement ParseReplacement(String rep, Hashtable caps, int capsize, Hashtable capnames, RegexOptions op) { 1650internal void NoteCaptures(Hashtable caps, int capsize, Hashtable capnames) {
regex\system\text\regularexpressions\RegexReplacement.cs (1)
25internal RegexReplacement(String rep, RegexNode concat, Hashtable _caps) {
regex\system\text\regularexpressions\RegexTree.cs (4)
19internal RegexTree(RegexNode root, Hashtable caps, Int32[] capnumlist, int captop, Hashtable capnames, String[] capslist, RegexOptions opts) 36internal Hashtable _caps; 42internal Hashtable _capnames;
regex\system\text\regularexpressions\RegexWriter.cs (1)
38internal Hashtable _caps;
services\monitoring\system\diagnosticts\DiagnosticsConfigurationHandler.cs (13)
46Hashtable parentConfig = (Hashtable)parent; 47Hashtable config; 51config = (Hashtable)parentConfig.Clone(); 84HandleCounters((Hashtable)parent, config, child, configContext); 96private static void HandleSwitches(Hashtable config, XmlNode switchesNode, object context) { 97Hashtable switches = (Hashtable) new SwitchesDictionarySectionHandler().Create(config["switches"], context, switchesNode); 111private static void HandleAssert(Hashtable config, XmlNode assertNode, object context) { 123private static void HandleCounters(Hashtable parent, Hashtable config, XmlNode countersNode, object context) { 134private static void HandleTrace(Hashtable config, XmlNode traceNode, object context) { 161private static void HandleListeners(Hashtable config, XmlNode listenersNode, object context) {
services\monitoring\system\diagnosticts\EventLogInternal.cs (3)
107private Hashtable messageLibraries; 108private readonly static Hashtable listenerInfos = new Hashtable(StringComparer.OrdinalIgnoreCase); 391internal Hashtable MessageLibraries {
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (1)
317Hashtable h = new Hashtable();
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (13)
52private Hashtable customCategoryTable; 53private static volatile Hashtable libraryTable; 54private Hashtable categoryTable; 55private Hashtable nameTable; 56private Hashtable helpTable; 94private unsafe Hashtable CategoryTable { 113Hashtable tempCategoryTable = new Hashtable(categoryNumber, StringComparer.OrdinalIgnoreCase); 166internal Hashtable HelpTable { 206internal Hashtable NameTable { 954private Hashtable GetStringTable(bool isHelp) { 955Hashtable stringTable; 1294internal Hashtable CounterTable; 1295internal Hashtable InstanceNameTable;
services\monitoring\system\diagnosticts\ProcessManager.cs (4)
353Hashtable processInfos = new Hashtable(); 479static Hashtable valueIds; 792Hashtable processInfos = new Hashtable(); 1135Hashtable processInfos = new Hashtable(60);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
36private static Hashtable categoryDataTable = new Hashtable(StringComparer.Ordinal);
sys\system\configuration\DictionarySectionHandler.cs (3)
30Hashtable res; 37res = (Hashtable)((Hashtable)parent).Clone();
sys\system\configuration\SettingsAttributeDictionary.cs (1)
22public SettingsAttributeDictionary(SettingsAttributeDictionary attributes) : base((Hashtable) attributes) { }
sys\system\configuration\SettingsPropertyCollection.cs (3)
23private Hashtable _Hashtable = null; 150private SettingsPropertyCollection(Hashtable h) 152_Hashtable = (Hashtable)h.Clone();
sys\system\configuration\SettingsPropertyValueCollection.cs (3)
24private Hashtable _Indices = null; 157private SettingsPropertyValueCollection(Hashtable indices, ArrayList values) 159_Indices = (Hashtable)indices.Clone();
sys\system\configuration\SingleTagSectionHandler.cs (1)
30Hashtable result;
System.Activities (9)
System\Activities\ActivityUtilities.cs (4)
1363static Hashtable inArgumentTypeDefinitions = new Hashtable(); 1364static Hashtable outArgumentTypeDefinitions = new Hashtable(); 1365static Hashtable inOutArgumentTypeDefinitions = new Hashtable(); 1369Hashtable lookupTable = null;
System\Activities\Expressions\AssemblyReference.cs (2)
31private static volatile Hashtable assemblyToAssemblyNameCache; 39private static volatile Hashtable assemblyCache;
System\Activities\Tracking\EtwTrackingParticipant.cs (1)
34static Hashtable diagnosticTraceCache = new Hashtable();
System\Activities\Tracking\TrackingProvider.cs (1)
20Hashtable activitySubscriptions;
System\Activities\Validation\ValidationHelper.cs (1)
190Hashtable keysVisited = new Hashtable(equivalenceInfo.EquivalentGroupsDictionary.Count);
System.Activities.Presentation (10)
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 (3)
28private static Hashtable _typeAttributeCache; 364Hashtable cache = _typeAttributeCache; 1051private Hashtable _seenAttributes;
System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
18static Hashtable converterCache;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
373Hashtable fontAndColorDictionary = (Hashtable)System.Windows.Markup.XamlReader.Load(xmlReader);
System.Configuration (28)
System\Configuration\BaseConfigurationRecord.cs (10)
130protected Hashtable _children; // configName -> record 147protected Hashtable _factoryRecords; 153protected Hashtable _sectionRecords; 628Hashtable factoryList = ScanFactories(xmlUtil); 761Hashtable factoryList = null; 2263private Hashtable ScanFactories(XmlUtil xmlUtil) { 2264Hashtable factoryList; 2325private void ScanFactoriesRecursive(XmlUtil xmlUtil, string parentConfigKey, Hashtable factoryList) { 3767protected Hashtable EnsureFactories() { 4382private void AddImplicitSections(Hashtable factoryList) {
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 (13)
27private Hashtable _sectionGroups; // ConfigurationSectionGroups that have been evaluated, 31private Hashtable _sectionFactories; // All inherited section declarations 34private Hashtable _sectionGroupFactories; // All inherited section group declarations 37private Hashtable _removedSections; // Sections that have been removed with ConfigurationSectionCollection.Remove() 40private Hashtable _removedSectionGroups; // Section groups that have been removed with ConfigurationSectionCollection.Remove() 43private Hashtable _locationTags; // List of all location tags encountered, even if empty 244private Hashtable SectionGroups { 257private Hashtable RemovedSections { 270private Hashtable RemovedSectionGroups { 379internal Hashtable SectionFactories { 392internal Hashtable SectionGroupFactories { 405private Hashtable GetAllFactories(bool isGroup) { 406Hashtable factories = new Hashtable();
System\Configuration\ProviderCollection.cs (1)
18private Hashtable _Hashtable = null;
System\Configuration\SectionUpdates.cs (2)
15private Hashtable _groups; // group name -> SectionUpdates 16private Hashtable _sections; // section name -> Update
System.Data (86)
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 (3)
28private static Hashtable _typeAttributeCache; 364Hashtable cache = _typeAttributeCache; 1051private Hashtable _seenAttributes;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
18static Hashtable converterCache;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
373Hashtable fontAndColorDictionary = (Hashtable)System.Windows.Markup.XamlReader.Load(xmlReader);
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (2)
85static readonly Hashtable __typeToExtendedTypeCodeMap; 92Hashtable ht = new Hashtable(42);
fx\src\data\System\Data\CodeGen\datacache.cs (1)
30private Hashtable lookupIdentifiers;
fx\src\data\System\Data\Common\DbConnectionOptions.cs (5)
109private readonly Hashtable _parsetable; 139public DbConnectionOptions(string connectionString, Hashtable synonyms, bool useOdbcRules) { 207internal Hashtable Parsetable { 877private static NameValuePair ParseInternal(Hashtable parsetable, string connectionString, bool buildChain, Hashtable synonyms, bool firstKey) {
fx\src\data\System\Data\Common\DBConnectionString.cs (6)
40readonly private Hashtable _parsetable; 60internal DBConnectionString(string value, string restrictions, KeyRestrictionBehavior behavior, Hashtable synonyms, bool useOdbcRules) 68: this(connectionOptions, (string)null, KeyRestrictionBehavior.AllowOnly, (Hashtable)null, true) 74private DBConnectionString(DbConnectionOptions connectionOptions, string restrictions, KeyRestrictionBehavior behavior, Hashtable synonyms, bool mustCloneDictionary) { // used by DBDataPermission 98_parsetable = (Hashtable) _parsetable.Clone(); 401private static string[] ParseRestrictions(string restrictions, Hashtable synonyms) {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (2)
341Hashtable descriptors = new Hashtable(StringComparer.OrdinalIgnoreCase); 357protected virtual void GetProperties(Hashtable propertyDescriptors) {
fx\src\data\System\Data\Common\FieldNameLookup.cs (2)
24private Hashtable _fieldNameLookup; 132Hashtable hash = new Hashtable(length);
fx\src\data\System\Data\DataSet.cs (1)
3489Hashtable importedTypes = new Hashtable();
fx\src\data\System\Data\DataTable.cs (15)
169internal Hashtable rowDiffId = null; 681Hashtable rowErrors = new Hashtable(); 682Hashtable colErrors = new Hashtable(); 715Hashtable rowErrors = (Hashtable) info.GetValue(String.Format(formatProvider, "DataTable_{0}.RowErrors", serIndex), typeof(Hashtable)); 717Hashtable colErrors = (Hashtable) info.GetValue(String.Format(formatProvider, "DataTable_{0}.ColumnErrors", serIndex), typeof(Hashtable)); 803internal void GetRowAndColumnErrors(int rowIndex, Hashtable rowErrors, Hashtable colErrors) { 829private void ConvertToRowError(int rowIndex, Hashtable rowErrors, Hashtable colErrors) { 2173private DataTable CloneHierarchy (DataTable sourceTable, DataSet ds, Hashtable visitedMap) { 6133internal Hashtable RowDiffId {
fx\src\data\System\Data\DataViewSettingCollection.cs (1)
21private readonly Hashtable list = new Hashtable();
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
483protected override void GetProperties(Hashtable propertyDescriptors) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (4)
1729private Int32 IndexOf(Hashtable hash, string name) { // MDAC 67385 1807Hashtable baseColumnNames = new Hashtable(_metadata.Length * 2); // MDAC 67385 1841private int AppendSchemaPrimaryKey(Hashtable baseColumnNames, object[] restrictions) { 1893private void AppendSchemaUniqueIndexAsKey(Hashtable baseColumnNames, object[] restrictions) {
fx\src\data\System\Data\SimpleType.cs (1)
247internal XmlNode ToNode(XmlDocument dc, Hashtable prefixes, bool inRemoting) {
fx\src\data\System\Data\Sql\sqlser.cs (1)
78private static Hashtable m_types2Serializers;
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (7)
192static private Hashtable _sqlClientSynonyms; 193static private Hashtable _netlibMapping; 354Hashtable netlib = NetlibMapping(); 632internal static Hashtable GetParseSynonyms() { 634Hashtable hash = _sqlClientSynonyms; 718static internal Hashtable NetlibMapping() { 721Hashtable hash = _netlibMapping;
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1006protected override void GetProperties(Hashtable propertyDescriptors) {
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
92Hashtable ht = new Hashtable();
fx\src\data\System\Data\XmlDataLoader.cs (3)
22Hashtable nodeToRowMap; 24Hashtable htableExcludedNS = null; 346Hashtable foundColumns = new Hashtable();
fx\src\data\System\Data\xmlsaver.cs (6)
35Hashtable namespaces; 36Hashtable autogenerated; 37Hashtable prefixes; 1967internal Hashtable rowsOrder = null; 2322Hashtable rowsOrder = null; 2423internal void SaveDiffgramData(XmlWriter xw, Hashtable rowsOrder) {
fx\src\data\System\Data\XMLSchema.cs (8)
129private Hashtable ConstraintNodes; 134Hashtable attributes; 135Hashtable elementsTable; 136Hashtable attributeGroups; 137Hashtable schemaTypes; 138Hashtable expressions; 141Hashtable udSimpleTypes; 143Hashtable existingSimpleTypeMap;
fx\src\data\System\NewXml\DataSetMappper.cs (6)
25Hashtable tableSchemaMap; // maps an string (currently this is localName:nsURI) to a DataTable. Used to quickly find if a bound-elem matches any data-table metadata.. 26Hashtable columnSchemaMap; // maps a string (table localName:nsURI) to a Hashtable. The 2nd hastable (the one that is stored as data in columnSchemaMap, maps a string to a DataColumn. 138Hashtable columns = (Hashtable) columnSchemaMap[ tid ]; 325Hashtable columns = (Hashtable) columnSchemaMap[ idTable ];
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
31internal Hashtable pointers; // Hastable w/ all pointer objects used by this XmlDataDocument. Hashtable are guaranteed to work OK w/ one writer and mutiple readers, so as long as we guarantee 2225Hashtable foundColumns = new Hashtable();
System.Data.Entity (10)
System\Data\Common\FieldNameLookup.cs (2)
24private Hashtable _fieldNameLookup; 115Hashtable hash = new Hashtable(length);
System\Data\EntityClient\DbConnectionOptions.cs (5)
58private readonly Hashtable _parsetable; 63internal DbConnectionOptions(string connectionString, Hashtable synonyms) 88internal Hashtable Parsetable 478private static NameValuePair ParseInternal(Hashtable parsetable, string connectionString, Hashtable synonyms)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (3)
40private static Hashtable s_synonyms; 172internal static Hashtable Synonyms 179Hashtable table = new Hashtable(s_validKeywords.Length);
System.Data.SqlXml (50)
System\Xml\Xsl\IlGen\XmlILModule.cs (2)
34private Hashtable methods, urlToSymWriter; 301Hashtable methodsBaked;
System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs (1)
22private Hashtable qnames;
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
35private Hashtable dataSourceCache;
System\Xml\Xsl\XsltOld\ActionFrame.cs (1)
23private Hashtable withParams;
System\Xml\Xsl\XsltOld\Compiler.cs (5)
76private Hashtable globalNamespaceAliasTable; 670Hashtable[] _typeDeclsByLang = new Hashtable[] { new Hashtable(), new Hashtable(), new Hashtable() }; 692Hashtable typeDecls = _typeDeclsByLang[(int)langTmp]; 753private void CompileAssembly(ScriptingLanguage lang, Hashtable typeDecls, string nsName, Evidence evidence) {
System\Xml\Xsl\XsltOld\HtmlProps.cs (6)
46static private Hashtable s_table = CreatePropsTable(); 56static Hashtable CreatePropsTable() { 58Hashtable table = new Hashtable(71, StringComparer.OrdinalIgnoreCase); { 152static private Hashtable s_table = CreatePropsTable(); 162static Hashtable CreatePropsTable() { 164Hashtable table = new Hashtable(26, StringComparer.OrdinalIgnoreCase); {
System\Xml\Xsl\XsltOld\InputScope.cs (4)
20private Hashtable variables; 21private Hashtable extensionNamespaces; 22private Hashtable excludedNamespaces; 28internal Hashtable Variables {
System\Xml\Xsl\XsltOld\Processor.cs (2)
95Hashtable scriptExtensions; 109private Hashtable documentCache;
System\Xml\Xsl\XsltOld\RootAction.cs (9)
38public void AddKey(XPathNavigator root, Hashtable table) { 45public Hashtable GetKeys(XPathNavigator root) { 63Hashtable keyTable; 65public DocumentKeyList(XPathNavigator rootNav, Hashtable keyTable) { 71public Hashtable KeyTable { get { return this.keyTable; } } 78private Hashtable attributeSetTable = new Hashtable(); 79private Hashtable decimalFormatTable = new Hashtable(); 162private void CheckAttributeSets_RecurceInList(Hashtable markTable, ICollection setQNames) { 182private void CheckAttributeSets_RecurceInContainer(Hashtable markTable, ContainerAction container) {
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
72private Hashtable cdataElements;
System\Xml\Xsl\XsltOld\Stylesheet.cs (7)
18private Hashtable modeManagers; 19private Hashtable templateNameTable = new Hashtable(); 20private Hashtable attributeSetTable; 23private Hashtable queryKeyTable; 26private Hashtable scriptObjectTypes = new Hashtable(); 60internal Hashtable AttributeSetTable { get { return this.attributeSetTable; } } 392internal Hashtable ScriptObjectTypes {
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (9)
26private static Hashtable s_FunctionTable = CreateFunctionTable(); 232Hashtable documents = new Hashtable(); 250private Hashtable BuildKeyTable(Key key, XPathNavigator root) { 251Hashtable keyTable = new Hashtable(); 272private static void AddKeyValue(Hashtable keyTable, String key, XPathNavigator value, bool checkDuplicates) { 298private static void EvaluateKey(XPathNavigator node, Query matchExpr, string matchStr, Query useExpr, Hashtable keyTable) { 481static Hashtable CreateFunctionTable() { 482Hashtable ft = new Hashtable(10); { 722Hashtable keyTable = key.GetKeys(root);
System\Xml\Xsl\XsltOld\XsltOutput.cs (2)
45private Hashtable cdataElements; 71internal Hashtable CDataElements {
System.Drawing (12)
commonui\System\Drawing\Advanced\ColorTranslator.cs (1)
27private static Hashtable htmlSysColorTable;
commonui\System\Drawing\ColorConverter.cs (7)
30private static Hashtable colorConstants; 32private static Hashtable systemColorConstants; 48private static Hashtable Colors { 53Hashtable tempHash = new Hashtable(StringComparer.OrdinalIgnoreCase); 69private static Hashtable SystemColors { 74Hashtable tempHash = new Hashtable(StringComparer.OrdinalIgnoreCase); 335private static void FillConstants(Hashtable hash, Type enumType) {
commonui\System\Drawing\Design\UITypeEditor.cs (1)
37Hashtable intrinsicEditors = new Hashtable();
commonui\System\Drawing\FontConverter.cs (1)
599Hashtable hash = new Hashtable();
misc\DebugHandleTracker.cs (2)
18using Hashtable = System.Collections.Hashtable; 38private static Hashtable handleTypes = new Hashtable();
System.Management (12)
Instrumentation\EventSource.cs (1)
411Hashtable mapQueryIdToQuery = new Hashtable();
Instrumentation\Instrumentation.cs (6)
189private static Hashtable instrumentedAssemblies = new Hashtable(); 273public Hashtable mapTypeToConverter; 350mapTypeToConverter = (Hashtable)dynType.GetField("mapTypeToConverter").GetValue(null); 381public static Hashtable mapIDToPublishedObject = new Hashtable(); 382static Hashtable mapPublishedObjectToID = new Hashtable(); 617Hashtable mapTypeToTypeInfo = new Hashtable();
Instrumentation\SchemaMapping.cs (1)
42 public SchemaMapping(Type type, SchemaNaming naming, Hashtable mapTypeToConverterClassName)
Instrumentation\SchemaRegistration.cs (2)
344 references.Add(typeof(Hashtable)); 359 Hashtable mapTypeToConverterClassName = new Hashtable();
managementoperationwatcher.cs (2)
127private Hashtable m_sinkCollection; 167Hashtable copiedSinkTable = new Hashtable ();
System.Messaging (12)
System\Messaging\Design\MessageQueueConverter.cs (1)
30private static Hashtable componentsCreated = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
System\Messaging\Design\QueuePathDialog.cs (1)
58private Hashtable machinesTable = new Hashtable();
System\Messaging\MessageQueue.cs (4)
106private volatile Hashtable outstandingAsyncRequests; 1402private Hashtable OutstandingAsyncRequests 1412Hashtable requests = Hashtable.Synchronized(new Hashtable());
System\Messaging\MessageQueuePermission.cs (5)
25internal Hashtable resolvedFormatNames; 96Hashtable resolvedReference = this.resolvedFormatNames; 230Hashtable newFormatNames = new Hashtable(GetComparer()); 233Hashtable formatNamesTable; 478Hashtable newFormatNames = new Hashtable(GetComparer());
System\Messaging\XmlMessageFormatter.cs (1)
26Hashtable targetSerializerTable = new Hashtable();
System.Runtime.Caching (7)
System\Caching\FileChangeNotificationSystem.cs (2)
14private Hashtable _dirMonitors; 71_dirMonitors = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
System\Caching\HostFileChangeMonitor.cs (3)
45Hashtable fcnState = new Hashtable(_filePaths.Count); 102Hashtable fcnState = _fcnState as Hashtable;
System\Caching\MemoryCache.cs (1)
445Hashtable h = new Hashtable();
System\Caching\MemoryCacheStore.cs (1)
18private Hashtable _entries;
System.Runtime.Remoting (44)
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 (2)
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\wsdlparser.cs (25)
1871Hashtable propertyMethod = new Hashtable(3); 2385static Hashtable cSharpKeywords; 2395Hashtable cSharpKeywordstemp = new Hashtable(75); // about 75 cSharpKeywords to be added 3027private Hashtable wsdlMessages = new Hashtable(10); 3028private Hashtable wsdlPortTypes = new Hashtable(10); 6998void UsedNamespace(Hashtable namespaces); 7007public void UsedNamespace(Hashtable namespaces) 7039public void UsedNamespace(Hashtable namespaces) 7064internal Hashtable sections = new Hashtable(10); 7066public void UsedNamespace(Hashtable namespaces) 7094public void UsedNamespace(Hashtable namespaces) 7121public void UsedNamespace(Hashtable namespaces) 7152public void UsedNamespace(Hashtable namespaces) 7199public void UsedNamespace(Hashtable namespaces) 7229public void UsedNamespace(Hashtable namespaces) 7251public void UsedNamespace(Hashtable namespaces) 7272public void UsedNamespace(Hashtable namespaces) 7295public void UsedNamespace(Hashtable namespaces) 7319public void UsedNamespace(Hashtable namespaces) 7338public void UsedNamespace(Hashtable namespaces) 7378public void UsedNamespace(Hashtable namespaces) 7412public void UsedNamespace(Hashtable namespaces) 7446internal Hashtable ports = new Hashtable(10); 7448public void UsedNamespace(Hashtable namespaces) 7475public void UsedNamespace(Hashtable namespaces)
metadata\wsdlwriter.cs (9)
264Hashtable connectTypeToServiceEndpoint = null; 677Hashtable usedNames = new Hashtable(10); 808internal Hashtable _typeToServiceEndpoint; //service endpoint for each type 809internal Hashtable _typeToInteropNS = new Hashtable(); // If interop type, then XMLNamespace the type is in. 1369internal RealSchemaType(Type type, XMLNamespace xns, String serviceEndpoint, Hashtable typeToServiceEndpoint, bool bUnique, WsdlGenerator WsdlGenerator) 2555private Hashtable _typeToServiceEndpoint; 2577internal XMLNamespace(String name, Assembly assem, String serviceEndpoint, Hashtable typeToServiceEndpoint, String prefix, bool bInteropType, WsdlGenerator generator ){ 2856internal void PrintDependsOnWsdl(TextWriter textWriter, StringBuilder sb, String indent, Hashtable usedNames) 3010private Hashtable _typeToServiceEndpoint;
System.Runtime.Serialization (26)
System\Runtime\Serialization\CodeGenerator.cs (2)
173Hashtable localNames; 1717Hashtable LocalNames
System\Runtime\Serialization\DataContract.cs (2)
398static Hashtable typeToIDCache; 404static Hashtable namespaces;
System\Runtime\Serialization\DataContractSet.cs (2)
21Hashtable surrogateDataTable; 85Hashtable SurrogateDataTable
System\Runtime\Serialization\ExtensionDataReader.cs (1)
31Hashtable cache = new Hashtable();
System\Runtime\Serialization\Globals.cs (1)
1051typeOfHashtable = typeof(Hashtable);
System\Runtime\Serialization\NetDataContractSerializer.cs (9)
30static Hashtable typeNameCache = new Hashtable(); 184Hashtable surrogateDataContracts = null; 219Hashtable surrogateDataContracts = null; 236Hashtable surrogateDataContracts = null; 241void InternalWriteObjectContent(XmlWriterDelegator writer, object graph, DataContract contract, Hashtable surrogateDataContracts) 439internal DataContract GetDataContract(object obj, ref Hashtable surrogateDataContracts) 444internal DataContract GetDataContract(Type type, ref Hashtable surrogateDataContracts) 449internal DataContract GetDataContract(RuntimeTypeHandle typeHandle, Type type, ref Hashtable surrogateDataContracts) 479internal static DataContract GetDataContractFromSurrogateSelector(ISurrogateSelector surrogateSelector, StreamingContext context, RuntimeTypeHandle typeHandle, Type type, ref Hashtable surrogateDataContracts)
System\Runtime\Serialization\SchemaExporter.cs (3)
549Hashtable elements = new Hashtable(); 550Hashtable types = new Hashtable(); 561Hashtable items;
System\Runtime\Serialization\SchemaImporter.cs (1)
37static Hashtable serializationSchemaElements;
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (2)
29static Hashtable dataContractTypeCache = new Hashtable(); 37Hashtable surrogateDataContracts;
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
45internal static XmlObjectSerializerWriteContext CreateContext(NetDataContractSerializer serializer, Hashtable surrogateDataContracts)
System\Runtime\Serialization\XmlObjectSerializerWriteContextComplex.cs (2)
32Hashtable surrogateDataContracts; 42internal XmlObjectSerializerWriteContextComplex(NetDataContractSerializer serializer, Hashtable surrogateDataContracts)
System.Security (24)
system\security\cryptography\xml\c14nutil.cs (9)
179Hashtable nsLocallyDeclared = new Hashtable(); 237Hashtable nsLocallyDeclared = new Hashtable(); 697private Hashtable m_rendered = new Hashtable(); 698private Hashtable m_unrendered = new Hashtable(); 718internal Hashtable GetUnrendered() { 766internal abstract void TrackNamespaceNode(XmlAttribute attr, SortedList nsListToRender, Hashtable nsLocallyDeclared); 767internal abstract void TrackXmlNamespaceNode(XmlAttribute attr, SortedList nsListToRender, SortedList attrListToRender, Hashtable nsLocallyDeclared); 768internal abstract void GetNamespacesToRender (XmlElement element, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared); 770internal void LoadUnrenderedNamespaces(Hashtable nsLocallyDeclared) {
system\security\cryptography\xml\canonicalxml.cs (4)
125private void GetNamespaceToRender(string nsPrefix, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 158internal override void GetNamespacesToRender (XmlElement element, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 184internal override void TrackNamespaceNode(XmlAttribute attr, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 188internal override void TrackXmlNamespaceNode(XmlAttribute attr, SortedList nsListToRender, SortedList attrListToRender, Hashtable nsLocallyDeclared) {
system\security\cryptography\xml\encryptedxml.cs (1)
100private Hashtable m_keyNameMapping;
system\security\cryptography\xml\exccanonicalxml.cs (5)
117private Hashtable m_inclusivePrefixSet = null; 130private void GatherNamespaceToRender(string nsPrefix, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 154internal override void GetNamespacesToRender (XmlElement element, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 163internal override void TrackNamespaceNode(XmlAttribute attr, SortedList nsListToRender, Hashtable nsLocallyDeclared) { 172internal override void TrackXmlNamespaceNode(XmlAttribute attr, SortedList nsListToRender, SortedList attrListToRender, Hashtable nsLocallyDeclared) {
system\security\cryptography\xml\transform.cs (2)
198private Hashtable m_propagatedNamespaces = null; 328public Hashtable PropagatedNamespaces {
system\security\cryptography\xml\utils.cs (3)
678internal static Hashtable TokenizePrefixListString (string s) { 679Hashtable set = new Hashtable(); 747internal static void AddNamespaces (XmlElement elem, Hashtable namespaces) {
System.ServiceModel (31)
System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
15Hashtable table;
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
16Hashtable states;
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
210static readonly Hashtable createGenericTaskDelegateCache = new Hashtable(); // using Hashtable because it allows for lock-free reads
System\ServiceModel\Description\ConfigLoader.cs (1)
278Hashtable h = new Hashtable(3)
System\ServiceModel\Description\MessageContractImporter.cs (4)
905Hashtable references = new Hashtable(); 956Hashtable imports; 1035static void AddImport(XmlSchema schema, Hashtable imports, XmlSchemaSet allSchemas) 1053static void AddSchema(XmlSchema schema, bool isEncoded, bool isLiteral, XmlSchemas encodedSchemas, XmlSchemas literalSchemas, Hashtable references)
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
466Hashtable h = new Hashtable(2) 478Hashtable h = new Hashtable(2);
System\ServiceModel\Description\MetadataResolver.cs (1)
269Hashtable h = new Hashtable(2)
System\ServiceModel\Description\MetadataSet.cs (9)
1006System.Collections.Hashtable readMethods = null; 1007public override System.Collections.Hashtable ReadMethods 1013System.Collections.Hashtable _tmp = new System.Collections.Hashtable(); 1020System.Collections.Hashtable writeMethods = null; 1021public override System.Collections.Hashtable WriteMethods 1027System.Collections.Hashtable _tmp = new System.Collections.Hashtable(); 1034System.Collections.Hashtable typedSerializers = null; 1035public override System.Collections.Hashtable TypedSerializers 1041System.Collections.Hashtable _tmp = new System.Collections.Hashtable();
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
230Hashtable h = new Hashtable(2)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
542Hashtable h = new Hashtable(2)
System\ServiceModel\Dispatcher\CodeGenerator.cs (2)
53Hashtable localNames; 915Hashtable LocalNames
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
423static Hashtable namedTypes; // Mapping from named types to token IDs
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (1)
55protected override ArrayList OnQuotaReached(Hashtable cacheTable)
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
213protected override ArrayList OnQuotaReached(Hashtable cacheTable)
System\ServiceModel\Security\TimeBoundedCache.cs (3)
20Hashtable entries; 70protected Hashtable Entries 260protected virtual ArrayList OnQuotaReached(Hashtable cacheTable)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
53protected override ArrayList OnQuotaReached(Hashtable cacheTable)
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ServiceRouteHandler.cs (1)
36static Hashtable routeServiceTable = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
608Hashtable serviceActivations; 1910static Hashtable pathCache = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.ServiceModel.Internals (6)
System\Runtime\Collections\HopperCache.cs (5)
54Hashtable outstandingHopper; 55Hashtable strongHopper; 56Hashtable limitedHopper; 90Hashtable recycled = this.limitedHopper; 183Hashtable recycled = this.limitedHopper;
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
39static Hashtable etwProviderCache = new Hashtable();
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\NameValueCache.cs (1)
21Hashtable cache;
System\ServiceModel\Dispatcher\QueryStringConverter.cs (2)
22Hashtable defaultSupportedQueryStringTypes; 25Hashtable typeConverterCache;
System.Transactions (17)
System\Transactions\InternalTransaction.cs (1)
536Hashtable promotedTransactionTable = TransactionManager.PromotedTransactionTable;
System\Transactions\Oletx\OletxResourceManager.cs (4)
22internal Hashtable enlistmentHashtable; 23internal static Hashtable volatileEnlistmentHashtable = new Hashtable(); 262Hashtable localEnlistmentHashtable = null; 272localEnlistmentHashtable = (Hashtable) this.enlistmentHashtable.Clone();
System\Transactions\Oletx\OletxTransactionManager.cs (5)
28static internal Hashtable resourceManagerHashTable; 1008Hashtable txHashTable = null; 1011txHashTable = (Hashtable) TransactionManager.PromotedTransactionTable.Clone(); 1037Hashtable rmHashTable = null; 1043rmHashTable = (Hashtable) OletxTransactionManager.resourceManagerHashTable.Clone();
System\Transactions\TransactionManager.cs (5)
54private static volatile Hashtable promotedTransactionTable; 619Hashtable promotedTransactionTable = PromotedTransactionTable; 647Hashtable promotedTransactionTable = PromotedTransactionTable; 687internal static Hashtable PromotedTransactionTable 697Hashtable temp = new Hashtable( 100 );
System\Transactions\TransactionState.cs (2)
2994Hashtable promotedTransactionTable = TransactionManager.PromotedTransactionTable; 4134Hashtable promotedTransactionTable = TransactionManager.PromotedTransactionTable;
System.Web (186)
Cache\CacheEntry.cs (9)
328if (onRemovedTargets is Hashtable) { 329ICollection col = ((Hashtable) onRemovedTargets).Keys; 381else if (_onRemovedTargets is Hashtable) { 382Hashtable h = (Hashtable) _onRemovedTargets; 386Hashtable h = new Hashtable(2); 400else if (_onRemovedTargets is Hashtable) { 401Hashtable h = (Hashtable)_onRemovedTargets;
Cache\SqlCacheDependency.cs (4)
476internal Hashtable _tables; // Names of all the tables registered for notification 607internal static Hashtable s_DatabaseNotifStates = new Hashtable(); 857Hashtable originalTables = (Hashtable)dbState._tables.Clone();
Compilation\AssemblyBuilder.cs (2)
52private Hashtable _buildProviders = new Hashtable(StringComparer.OrdinalIgnoreCase); 78private Hashtable _buildProviderToSourceFileMap;
Compilation\BuildManager.cs (1)
1768private Hashtable _localResourcesAssemblies = new Hashtable();
Compilation\BuildManagerHost.cs (1)
113_assemblyCollection = Hashtable.Synchronized(new Hashtable());
Compilation\BuildProvidersCompiler.cs (1)
502Hashtable depth = new Hashtable();
Compilation\BuildResult.cs (1)
512private static void CheckAssemblyIsValid(Assembly a, Hashtable checkedAssemblies) {
Compilation\BuildResultCache.cs (1)
74private Hashtable _dependentAssemblies = new Hashtable();
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
24private Hashtable _controlSkinTypeNameCollection = new Hashtable();
Compilation\ProfileBuildProvider.cs (3)
89Hashtable properties = ProfileBase.GetPropertiesForCompilation(); 91Hashtable groups = new Hashtable(); 229private void AddPropertyGroup(AssemblyBuilder assemblyBuilder, string groupName, string propertyNames, Hashtable properties,
Compilation\TimeStampChecker.cs (1)
19private Hashtable _timeStamps = new Hashtable(StringComparer.OrdinalIgnoreCase);
Compilation\XsdBuildProvider.cs (1)
61Hashtable customDBProviders = null;
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
361Hashtable loopCheck = new Hashtable();
Configuration\BrowserCapabilitiesFactoryBase.cs (5)
43Hashtable browserElements = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase)); 71Hashtable matchedHeaders = Hashtable.Synchronized(new Hashtable(24, StringComparer.OrdinalIgnoreCase)); 154Hashtable values = new Hashtable(180, StringComparer.OrdinalIgnoreCase);
Configuration\CompilationSection.cs (3)
183private Hashtable _compilerLanguages; 189private Hashtable _compilerExtensions; 529Hashtable compilerLanguages = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\HealthMonitoringSectionHelper.cs (3)
31internal Hashtable _customEvaluatorInstances; 46Hashtable _cachedMatchedRulesForCustomEvents; 504internal Hashtable _instances; // case-insensitive because the providers collection is too.
Configuration\HttpCapabilitiesBase.cs (4)
40private static Hashtable _controlAdapterFactoryTable; 358private Hashtable AdapterTypes { 363_adapterTypes = Hashtable.Synchronized(new Hashtable()); 386Hashtable _adapterTypes;
Configuration\HttpCapabilitiesEvaluator.cs (1)
34internal Hashtable _variables;
Configuration\NamespaceCollection.cs (2)
30private Hashtable _namespaceEntries; 90internal Hashtable NamespaceEntries {
Configuration\PagesSection.cs (3)
173private Hashtable _userControlRegisterEntries; 716Hashtable userControlRegisterEntries = new Hashtable(StringComparer.OrdinalIgnoreCase); 761internal Hashtable UserControlRegisterEntriesInternal {
Configuration\ProtocolsConfiguration.cs (1)
25private Hashtable _protocolEntries = new Hashtable();
Configuration\RegexWorker.cs (1)
32private Hashtable _groups;
Configuration\RemoteWebConfigurationHost.cs (1)
38private Hashtable _PathMap; // configPath -> configFile
Configuration\RuntimeConfig.cs (3)
433internal Hashtable WebControls { 435return (Hashtable)GetSection("system.web/webControls", typeof(Hashtable), ResultsIndex.WebControls);
Configuration\TagMapCollection.cs (3)
26private Hashtable _tagMappings; 74internal Hashtable TagTypeMappingInternal { 79Hashtable tagMappings = new Hashtable(StringComparer.OrdinalIgnoreCase);
Configuration\TransformerInfoCollection.cs (2)
29private Hashtable _transformerEntries; 80internal Hashtable GetTransformerEntries() {
Configuration\WebConfigurationHost.cs (2)
50private Hashtable _fileChangeCallbacks; // filename -> arraylist of filechangecallbacks 514private Hashtable FileChangeCallbacks {
Configuration\WebControlsSection.cs (1)
48Hashtable runtimeHashTable = new Hashtable();
FileChangesMonitor.cs (6)
97static Hashtable s_interned; 558Hashtable _fileMons; // fileName -> FileMonitor 1414Hashtable _aliases; // alias -> FileMonitor 1415Hashtable _dirs; // dir -> DirectoryMonitor 1417Hashtable _subDirDirMons; // Hashtable of DirectoryMonitor used in ListenToSubdirectoryChanges 1542_aliases = Hashtable.Synchronized(new Hashtable(StringComparer.OrdinalIgnoreCase));
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 (2)
136private Hashtable _wellKnownObjects = new Hashtable(); 139private Hashtable _registeredObjects = new Hashtable();
Hosting\MapPathBasedVirtualPathProvider.cs (2)
253Hashtable _exclude; // names of files and dirs to exclude 254Hashtable _virtualPaths; // names of virtual directories to include
Hosting\ProcessHost.cs (1)
295private Hashtable _protocolHandlers = new Hashtable();
HttpApplication.cs (3)
128private Hashtable _handlerFactories = new Hashtable(); 165private static Hashtable _moduleIndexMap = new Hashtable(); 2993private Hashtable _table;
HttpContext.cs (1)
74private Hashtable _items;
HttpRuntime.cs (2)
3431private static Hashtable s_factoryCache; 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 (6)
283internal static Hashtable GetPropertiesForCompilation() { 292Hashtable ht = new Hashtable(); 313Hashtable props = GetPropertiesForCompilation(); 324private static void AddProfilePropertySettingsForCompilation(ProfilePropertySettingsCollection propertyCollection, Hashtable ht, string groupName) { 631private Hashtable _Groups = new Hashtable(); 660private static Hashtable s_PropertiesForCompilation = null;
Profile\ProfileInfo.cs (1)
68private Hashtable _Hashtable = null;
Security\ADMembershipProvider.cs (5)
122Hashtable syntaxes = new Hashtable(); 123Hashtable attributesInUse = new Hashtable(StringComparer.OrdinalIgnoreCase); 124Hashtable userObjectAttributes = null; 3287private Hashtable GetUserObjectAttributes() 3292Hashtable attributes = new Hashtable(StringComparer.OrdinalIgnoreCase);
SiteMapProvider.cs (1)
85Hashtable providers = new Hashtable();
State\SessionStateItemCollection.cs (1)
141static Hashtable s_immutableTypes;
StaticSiteMapProvider.cs (4)
26private Hashtable _childNodeCollectionTable; 42private Hashtable _keyTable; 58private Hashtable _parentNodeTable; 74private Hashtable _urlTable;
UI\ChtmlTextWriter.cs (15)
26private Hashtable _recognizedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 27private Hashtable _suppressedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 28private Hashtable _globalSuppressedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 66Hashtable eltAttributes = (Hashtable) _recognizedAttributes[elementName]; 79Hashtable elementRecognizedAttributes = (Hashtable)_recognizedAttributes[TagName]; 88Hashtable elementSuppressedAttributes = (Hashtable)_suppressedAttributes[TagName]; 122Hashtable eltAttributes = (Hashtable) _suppressedAttributes[elementName]; 129eltAttributes = (Hashtable)_recognizedAttributes[elementName]; 175protected Hashtable RecognizedAttributes { 181protected Hashtable SuppressedAttributes { 187protected Hashtable GlobalSuppressedAttributes {
UI\ControlBuilder.cs (3)
1657private static Hashtable s_controlBuilderFactoryCache; 1667s_controlBuilderFactoryCache = Hashtable.Synchronized(new Hashtable()); 1977private static Hashtable s_parseChildrenAttributeCache = new Hashtable();
UI\CssTextWriter.cs (1)
22private static Hashtable attrKeyLookupTable;
UI\DataBindingCollection.cs (4)
24private Hashtable bindings; 25private Hashtable removedBindings; 92private Hashtable RemovedBindingsTable { 157Hashtable h = RemovedBindingsTable;
UI\ExpressionBindingCollection.cs (4)
24private Hashtable bindings; 25private Hashtable removedBindings; 92private Hashtable RemovedBindingsTable { 157Hashtable h = RemovedBindingsTable;
UI\FilterableAttribute.cs (2)
41private static Hashtable _filterableTypes; 45_filterableTypes = Hashtable.Synchronized(new Hashtable());
UI\HTMLTagNameToTypeMapper.cs (4)
22static Hashtable _tagMap; 23static Hashtable _inputTypes; 32Hashtable t = new Hashtable(10, StringComparer.OrdinalIgnoreCase); 60Hashtable t = new Hashtable(10, StringComparer.OrdinalIgnoreCase);
UI\HTMLTextWriter.cs (2)
105private static Hashtable _tagKeyLookupTable; 106private static Hashtable _attrKeyLookupTable;
UI\ObjectStateFormatter.cs (1)
1005if (value.GetType() == typeof(Hashtable)) {
UI\Page.cs (1)
711Hashtable ht = new Hashtable();
UI\SupportsEventValidationAttribute.cs (2)
22private static Hashtable _typesSupportsEventValidation; 26_typesSupportsEventValidation = Hashtable.Synchronized(new Hashtable());
UI\TagNameToTypeMapper.cs (3)
234private Hashtable _userControlRegisterEntries; 256_userControlRegisterEntries = (Hashtable)_userControlRegisterEntries.Clone(); 456Hashtable tagMapEntries = _parser.PagesConfig.TagMapping.TagTypeMappingInternal;
UI\TemplateControl.cs (1)
54private static Hashtable _eventListCache = new Hashtable();
UI\TemplateParser.cs (4)
419private Hashtable _namespaceEntries; 420internal Hashtable NamespaceEntries { get { return _namespaceEntries; } } 656_namespaceEntries = (Hashtable) _namespaceEntries.Clone(); 2321_namespaceEntries = (Hashtable) _namespaceEntries.Clone();
UI\ThemeableAttribute.cs (2)
40private static Hashtable _themeableTypes; 44_themeableTypes = Hashtable.Synchronized(new Hashtable());
UI\ViewStateModeByIdAttribute.cs (2)
17static Hashtable _viewStateIdTypes = Hashtable.Synchronized(new Hashtable());
UI\WebControls\WebColorConverter.cs (2)
23private static Hashtable htmlSysColorTable; 136Hashtable t = new Hashtable(StringComparer.OrdinalIgnoreCase);
UI\WebParts\PersonalizableAttribute.cs (1)
25private static readonly IDictionary PersonalizableTypeTable = Hashtable.Synchronized(new Hashtable());
UI\WebParts\WebPartManager.cs (4)
47private static Hashtable ConnectionPointsCache; 1889Hashtable displayTitles = new Hashtable(); 1891Hashtable titles = new Hashtable(); 2319ConnectionPointsCache = Hashtable.Synchronized(new Hashtable());
UI\WebParts\WebPartTransformerAttribute.cs (2)
20private static readonly Hashtable transformerCache = Hashtable.Synchronized(new Hashtable());
UI\XhtmlTextWriter.cs (13)
17private Hashtable _commonAttributes = new Hashtable(); 20private Hashtable _elementSpecificAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 21private Hashtable _suppressCommonAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 142Hashtable eltAttributes = (Hashtable) _elementSpecificAttributes[elementName]; 157Hashtable formAttributes = (Hashtable)_elementSpecificAttributes["form"]; 171return _elementSpecificAttributes[TagName] != null && ((Hashtable)_elementSpecificAttributes[TagName])[name] != null; 194Hashtable eltAttributes = (Hashtable) _elementSpecificAttributes[elementName]; 237protected Hashtable CommonAttributes { 243protected Hashtable ElementSpecificAttributes { 249protected Hashtable SuppressCommonAttributes {
Util\FastPropertyAccessor.cs (1)
28private static Hashtable s_accessorCache;
Util\SecUtil.cs (1)
159Hashtable values = new Hashtable(param.Length);
Util\SimpleRecyclingCache.cs (1)
25private static Hashtable _hashtable;
Util\SmtpMail.cs (2)
630Hashtable _headers = new Hashtable(); 631Hashtable _fields = new Hashtable();
WorkerRequest.cs (2)
1376static private Hashtable s_requestHeadersLoookupTable = new Hashtable(StringComparer.OrdinalIgnoreCase); 1377static private Hashtable s_responseHeadersLoookupTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
XmlSiteMapProvider.cs (2)
60private Hashtable _childProviderTable; 85private Hashtable ChildProviderTable {
System.Web.ApplicationServices (1)
Security\MembershipUserCollection.cs (1)
17private Hashtable _Indices = null;
System.Web.DataVisualization (13)
Common\Borders3D\Borders3D.cs (2)
598internal Hashtable registeredBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 599private Hashtable _createdBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\ChartTypeRegistry.cs (2)
128internal Hashtable registeredChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 129private Hashtable _createdChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\StackedBarChart.cs (1)
82 Hashtable _stackedGroupsTotalPerPoint = null;
Common\ChartTypes\StackedColumnChart.cs (1)
75 Hashtable _stackedGroupsTotalPerPoint = null;
Common\DataManager\DataPoint.cs (2)
2833 internal Hashtable properties = new Hashtable(); 4726 Hashtable newAttributes = new Hashtable();
Common\Formulas\FormulaRegistry.cs (2)
47 internal Hashtable registeredModules = new Hashtable(StringComparer.OrdinalIgnoreCase); 48private Hashtable _createdModules = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\General\ChartAreaAxes.cs (1)
1224 Hashtable groupsHashTable = new Hashtable();
Common\Utilities\ImageLoader.cs (1)
66 private Hashtable _imageData = null;
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 (50)
ClientServices\Providers\ClientSettingsProvider.cs (1)
52private static Hashtable _KnownTypesHashtable = null;
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (9)
736System.Collections.Hashtable readMethods = null; 737public override System.Collections.Hashtable ReadMethods { 740System.Collections.Hashtable _tmp = new System.Collections.Hashtable(); 747System.Collections.Hashtable writeMethods = null; 748public override System.Collections.Hashtable WriteMethods { 751System.Collections.Hashtable _tmp = new System.Collections.Hashtable(); 758System.Collections.Hashtable typedSerializers = null; 759public override System.Collections.Hashtable TypedSerializers { 762System.Collections.Hashtable _tmp = new System.Collections.Hashtable();
Compilation\XmlSerializer\SvcMapFileSerializer.cs (9)
1461System.Collections.Hashtable readMethods = null; 1462public override System.Collections.Hashtable ReadMethods { 1465System.Collections.Hashtable _tmp = new System.Collections.Hashtable(); 1472System.Collections.Hashtable writeMethods = null; 1473public override System.Collections.Hashtable WriteMethods { 1476System.Collections.Hashtable _tmp = new System.Collections.Hashtable(); 1483System.Collections.Hashtable typedSerializers = null; 1484public override System.Collections.Hashtable TypedSerializers { 1487System.Collections.Hashtable _tmp = new System.Collections.Hashtable();
Globalization\ClientCultureInfo.cs (2)
18private static Hashtable cultureScriptBlockCache = Hashtable.Synchronized(new Hashtable());
Handlers\ScriptResourceHandler.cs (4)
32private static readonly IDictionary _assemblyInfoCache = Hashtable.Synchronized(new Hashtable()); 33private static readonly IDictionary _cultureCache = Hashtable.Synchronized(new Hashtable()); 562private static readonly IDictionary _urlCache = Hashtable.Synchronized(new Hashtable(ListEqualityComparer.Instance)); 563private static readonly IDictionary _cultureCache = Hashtable.Synchronized(new Hashtable());
Script\Serialization\JavaScriptSerializer.cs (6)
231private void SerializeCustomObject(object o, StringBuilder sb, int depth, Hashtable objectsInUse, SerializationFormat serializationFormat) { 306private void SerializeDictionary(IDictionary o, StringBuilder sb, int depth, Hashtable objectsInUse, SerializationFormat serializationFormat) { 339private void SerializeDictionaryKeyValue(string key, object value, StringBuilder sb, int depth, Hashtable objectsInUse, SerializationFormat serializationFormat) { 346private void SerializeEnumerable(IEnumerable enumerable, StringBuilder sb, int depth, Hashtable objectsInUse, SerializationFormat serializationFormat) { 366private void SerializeValue(object o, StringBuilder sb, int depth, Hashtable objectsInUse, SerializationFormat serializationFormat, MemberInfo currentMember = null) { 401private void SerializeValueInternal(object o, StringBuilder sb, int depth, Hashtable objectsInUse, SerializationFormat serializationFormat, MemberInfo currentMember) {
Script\Services\ClientProxyGenerator.cs (2)
21private Hashtable _registeredNamespaces = new Hashtable(); 22private Hashtable _ensuredObjectParts = new Hashtable();
Script\Services\WebServiceData.cs (1)
36private Hashtable _processedTypes;
UI\AssemblyCache.cs (4)
28private static readonly Hashtable _assemblyCache = Hashtable.Synchronized(new Hashtable()); 31internal static readonly Hashtable _versionCache = Hashtable.Synchronized(new Hashtable());
UI\ScriptManager.cs (2)
112private Hashtable _initialState; 1203_initialState = (Hashtable)persister.Deserialize(serverState);
UI\ScriptReference.cs (2)
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 (2)
14private static readonly Hashtable _targetControlTypeCache = Hashtable.Synchronized(new Hashtable());
UI\WebControls\QueryableDataSourceView.cs (2)
52private Hashtable _originalValues; 494_originalValues = (Hashtable)myState[5];
UI\WebResourceUtil.cs (2)
21private static readonly Hashtable _assemblyContainsWebResourceCache = Hashtable.Synchronized(new Hashtable());
System.Web.Mobile (21)
Mobile\DeviceFilterDictionary.cs (5)
32private Hashtable _comparisonEvaluators = null; 33private Hashtable _delegateEvaluators = null; 45_comparisonEvaluators = (Hashtable)original._comparisonEvaluators.Clone(); 46_delegateEvaluators = (Hashtable)original._delegateEvaluators.Clone(); 60Hashtable alreadyReferencedDelegates = new Hashtable();
Mobile\MobileCapabilities.cs (2)
27private Hashtable _evaluatorResults = Hashtable.Synchronized(new Hashtable());
UI\MobileControls\Design\Converters\FontNameConverter.cs (1)
82Hashtable hash = new Hashtable();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
631private Hashtable _specialProp_buffer = new Hashtable();
UI\MobileControls\Design\Util\SimpleParser.cs (1)
305private Hashtable _table = null;
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\MobilePage.cs (4)
62private Hashtable _clientViewState; 64private Hashtable _privateViewState = new Hashtable(); 1129_privateViewState = StateFormatter.Deserialize(clientViewStateString) as Hashtable; 1168_privateViewState = (Hashtable) arrState[1];
UI\MobileControls\Style.cs (3)
385private Object GetValue(Property property, bool inherit, bool returnDefault, Hashtable stylesEncountered) 696internal bool IsTemplatedInternal(Hashtable stylesEncountered) 735internal ITemplate GetTemplateInternal(String templateName, Hashtable stylesEncountered)
System.Web.Services (79)
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 (5)
46Hashtable exportContext; 235internal Hashtable ExportContext { 251internal bool GenerateCode(CodeNamespace codeNamespace, ImportContext importContext, Hashtable exportContext) { 257Hashtable supportedBindings = new Hashtable(); 258Hashtable unsupportedBindings = new Hashtable();
System\Web\Services\Description\ProtocolReflector.cs (3)
186internal Hashtable ReflectionContext { 270Hashtable bindings = new Hashtable(); 271Hashtable reflectedBindings = new Hashtable();
System\Web\Services\Description\ServiceDescription.cs (1)
2758Hashtable table; //
System\Web\Services\Description\ServiceDescriptionImporter.cs (8)
258Hashtable namespaces = new Hashtable(); 259Hashtable exportedMappings = new Hashtable(); 301internal static ImportContext Context(CodeNamespace ns, Hashtable namespaces, bool verbose) { 395private void AddImport(XmlSchema schema, Hashtable imports) { 409private ServiceDescriptionImportWarnings Import(CodeNamespace codeNamespace, ImportContext importContext, Hashtable exportContext, StringCollection warnings) { 419Hashtable references = new Hashtable(); 467Hashtable imports; 535private static void AddSchema(XmlSchema schema, bool isEncoded, bool isLiteral, XmlSchemas abstractSchemas, XmlSchemas concreteSchemas, Hashtable references) {
System\Web\Services\Description\ServiceDescriptionReflector.cs (3)
42Hashtable reflectionContext; 103internal Hashtable ReflectionContext { 219Hashtable messageNames = new Hashtable();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
8652System.Collections.Hashtable _XmlSchemaDerivationMethodValues; 8654internal System.Collections.Hashtable XmlSchemaDerivationMethodValues { 8657System.Collections.Hashtable h = new System.Collections.Hashtable();
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
20Hashtable requestElements; 21Hashtable actions;
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 (3)
245System.Collections.Hashtable _CodeGenerationOptionsValues; 247internal System.Collections.Hashtable CodeGenerationOptionsValues { 250System.Collections.Hashtable h = new System.Collections.Hashtable();
System\Web\Services\Description\WebServicesInteroperability.cs (7)
108Hashtable operations = new Hashtable(); 140Hashtable wireSignatures = new Hashtable(); 320static void CheckMessagePart(MessagePart part, bool element, string message, string operation, string binding, string ns, Hashtable wireSignatures, BasicProfileViolationCollection violations) { 363static void AddSignature(Hashtable wireSignatures, string name, string ns, string message, string messageNs, BasicProfileViolationCollection violations) { 383static void CheckMessageParts(Message message, string[] parts, bool element, string operation, string binding, string ns, Hashtable wireSignatures, BasicProfileViolationCollection violations) { 535Hashtable bindings = new Hashtable(); 677Hashtable violations = new Hashtable();
System\Web\Services\Discovery\ContractReference.cs (1)
105internal override void LoadExternals(Hashtable loadedExternals) {
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (6)
32private Hashtable inlinedSchemas = new Hashtable(); 91internal Hashtable InlinedSchemas 307private static bool IsFilenameInUse(Hashtable filenames, string path) { 311private static void AddFilename(Hashtable filenames, string path) { 315private static string GetUniqueFilename(Hashtable filenames, string path) { 478Hashtable filenames = new Hashtable();
System\Web\Services\Discovery\DiscoveryReference.cs (1)
69internal virtual void LoadExternals(Hashtable loadedExternals) {
System\Web\Services\Discovery\DynamicDiscoSearcher.cs (1)
35protected Hashtable excludedUrlsTable = null;
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (2)
36private /*static*/ Hashtable webApps = new Hashtable(); 37private Hashtable Adsi = new Hashtable();
System\Web\Services\Discovery\SchemaReference.cs (2)
103internal override void LoadExternals(Hashtable loadedExternals) { 107internal static void LoadExternals(XmlSchema schema, string url, DiscoveryClientProtocol client, Hashtable loadedExternals) {
System\Web\Services\Protocols\ClientProtocol.cs (7)
25Hashtable cache = new Hashtable(); 34Hashtable clone = new Hashtable(); 69Hashtable asyncInvokes = Hashtable.Synchronized(new Hashtable()); 178internal Hashtable AsyncInvokes { 934public static Hashtable GenerateXmlMappings(Type[] types, ArrayList mappings) { 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 (3)
30Hashtable methods = new Hashtable(); 35Hashtable formatterTypes = new Hashtable(); 76static void AddFormatter(Hashtable formatterTypes, Type formatterType, HttpClientMethod method) {
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
21Hashtable methods = new Hashtable();
System\Web\Services\Protocols\LogicalMethodInfo.cs (3)
46Hashtable attributes; 499internal static LogicalMethodInfo[] Create(MethodInfo[] methodInfos, LogicalMethodTypes types, Hashtable declarations) { 501Hashtable ends = (types & LogicalMethodTypes.Async) != 0 ? new Hashtable() : null;
System\Web\Services\Protocols\RequestResponse.cs (2)
531private static volatile Hashtable _entitiesLookupTable; 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 (74)
misc\DebugHandleTracker.cs (2)
18using Hashtable = System.Collections.Hashtable; 38private static Hashtable handleTypes = new Hashtable();
winforms\Managed\System\Resources\ResXDataNode.cs (4)
902private Hashtable cachedAssemblies; 903private Hashtable cachedTypes; 926cachedAssemblies = Hashtable.Synchronized(new Hashtable()); 986cachedTypes = Hashtable.Synchronized(new Hashtable(StringComparer.Ordinal));
winforms\Managed\System\Resources\ResXResourceReader.cs (1)
676private Hashtable cachedAliases;
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
58private Hashtable cachedAliases;
winforms\Managed\System\WinForms\Application.cs (3)
1682private Hashtable oleComponents; 1688private Hashtable OleComponents { 2325private static Hashtable contextHash = new Hashtable();
winforms\Managed\System\WinForms\AxHost.cs (14)
143private static Hashtable fontTable; 206private Hashtable properties = null; 207private Hashtable propertyInfos = null; 252private Hashtable objectDefinedCategoryNames = null; // Integer -> String 5261private Hashtable containerCache = new Hashtable(); // name -> Control 5263private Hashtable components = null; // Control -> any 5264private Hashtable proxyCache = null; 5515Hashtable htbl = GetComponents(); 5621private Hashtable GetComponents() { 5628private Hashtable GetComponents(IContainer cont) { 5639Hashtable comps = GetComponents(); 5862Hashtable components = GetComponents(); 6869private Hashtable bag = new Hashtable(); 6874bag = (Hashtable)formatter.Deserialize(stream);
winforms\Managed\System\WinForms\BindingContext.cs (1)
24private Hashtable listManagers;
winforms\Managed\System\WinForms\CheckedListBox.cs (2)
28using Hashtable = System.Collections.Hashtable; 969Hashtable savedcheckedItems = new Hashtable();
winforms\Managed\System\WinForms\ComboBox.cs (1)
5758static private Hashtable ACWindows = new Hashtable();
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (1)
253public void AddExtendedBrowsingHandlers(Hashtable handlers) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (5)
17using Hashtable = System.Collections.Hashtable; 60private static Hashtable builtEnums; 61private static Hashtable processedLibraries; 442Hashtable propInfos = 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(); 18792bag = (Hashtable)formatter.Deserialize(stream);
winforms\Managed\System\WinForms\DataGridView.cs (3)
394private Hashtable converters; 395private Hashtable pens; 396private Hashtable brushes;
winforms\Managed\System\WinForms\DataObject.cs (1)
2108private Hashtable data = new Hashtable(BackCompatibleStringComparer.Default);
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
46Hashtable items = new Hashtable(); 47Hashtable windows = new Hashtable(); 511Hashtable controlError = new Hashtable(bindingsCount);
winforms\Managed\System\WinForms\HelpProvider.cs (6)
14using Hashtable = System.Collections.Hashtable; 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)
58private Hashtable viewTabProps; 84private Hashtable designerSelections; 1294Hashtable eventTypes = null;
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
29private static Hashtable categoryStates = null;
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\ToolStrip.cs (2)
83private Hashtable shortcuts = null; 1818internal Hashtable Shortcuts {
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1107private Hashtable _dictionary = null;
winforms\Managed\System\WinForms\ToolTip.cs (4)
20using Hashtable = System.Collections.Hashtable; 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\VisualStyles\VisualStyleRenderer.cs (1)
41private static Hashtable themeHandles = null; //per-thread cache of ThemeHandle objects.
winforms\Managed\System\WinForms\WebBrowserContainer.cs (5)
31private Hashtable containerCache = new Hashtable(); // name -> Control 32private Hashtable components = null; // Control -> any 166Hashtable components = GetComponents(); 192private Hashtable GetComponents() { 210private Hashtable GetComponents(IContainer cont) {
System.Windows.Forms.DataVisualization (12)
Common\Borders3D\Borders3D.cs (2)
598internal Hashtable registeredBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 599private Hashtable _createdBorderTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\ChartTypeRegistry.cs (2)
128internal Hashtable registeredChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase); 129private Hashtable _createdChartTypes = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\ChartTypes\StackedBarChart.cs (1)
82 Hashtable _stackedGroupsTotalPerPoint = null;
Common\ChartTypes\StackedColumnChart.cs (1)
75 Hashtable _stackedGroupsTotalPerPoint = null;
Common\DataManager\DataPoint.cs (2)
2833 internal Hashtable properties = new Hashtable(); 4726 Hashtable newAttributes = new Hashtable();
Common\Formulas\FormulaRegistry.cs (2)
47 internal Hashtable registeredModules = new Hashtable(StringComparer.OrdinalIgnoreCase); 48private Hashtable _createdModules = new Hashtable(StringComparer.OrdinalIgnoreCase);
Common\General\ChartAreaAxes.cs (1)
1224 Hashtable groupsHashTable = new Hashtable();
Common\Utilities\ImageLoader.cs (1)
66 private Hashtable _imageData = null;
System.Workflow.Activities (26)
Code.cs (2)
78Hashtable hashtable = code.GetValue(WorkflowMarkupSerializer.EventsProperty) as Hashtable;
CodeExpressionRuleDeclaration.cs (2)
98Hashtable hashtable = codeCondition.GetValue(WorkflowMarkupSerializer.EventsProperty) as Hashtable;
Common\CompModHelpers.cs (5)
128Hashtable commonParentActivities = new Hashtable(); 1013Hashtable typeNames = dependencyObject.UserData[UserDataKeys.DesignTimeTypeNames] as Hashtable; 1030Hashtable typeNames = dependencyObject.UserData[UserDataKeys.DesignTimeTypeNames] as Hashtable;
Common\ValidationHelpers.cs (1)
105Hashtable identifiers = new Hashtable();
CorrelationValidator.cs (14)
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(); 567Hashtable correlationAliasAttrs = (Hashtable)memberEntry.Value; 573if (memberInfo is EventInfo && ((Hashtable)delegateTypeCorrelationAliasAttrs[Helpers.GetDelegateFromEvent((EventInfo)memberInfo)])[paramName] != null) 590Hashtable correlationAliasAttrs = (Hashtable)memberEntry.Value; 598if (memberInfo is EventInfo && ((Hashtable)delegateTypeCorrelationAliasAttrs[Helpers.GetDelegateFromEvent((EventInfo)memberInfo)])[paramName] != null) 667private static void FillCorrelationAliasAttrs(MemberInfo memberInfo, Hashtable correlationAliasAttrs, ValidationErrorCollection validationErrors) 864Hashtable parameterCollection = new Hashtable();
Rules\Helpers.cs (2)
190static Hashtable cloneableOrNullRulesResources = new Hashtable(); 192static Hashtable uncloneableRulesResources = new Hashtable();
System.Workflow.ComponentModel (56)
AuthoringOM\Activity.cs (11)
180internal static Hashtable ContextIdToActivityMap = null; 884Hashtable lookupPaths = (Hashtable)rootActivity.UserData[UserDataKeys.LookupPaths]; 1069Hashtable oldContextIdToActivityMap = ContextIdToActivityMap; 1113Hashtable oldContextIdToActivityMap = ContextIdToActivityMap; 1164Hashtable idToActivityMap = new Hashtable(); 1392Hashtable lookupPaths = new Hashtable(); 1428internal virtual void FixUpParentChildRelationship(Activity definitionActivity, Activity parentActivity, Hashtable deserializedActivities) 2194Hashtable lookupPaths = (Hashtable)rootActivity.UserData[UserDataKeys.LookupPaths]; 2275internal override void FixUpParentChildRelationship(Activity definitionActivity, Activity parentActivity, Hashtable deserializedActivities)
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()); 714((Hashtable)activityBind.UserData[UserDataKeys.BindDataSource])[activity.QualifiedName] = memberInfo; 719((Hashtable)activityBind.UserData[UserDataKeys.BindDataContextActivity])[activity.QualifiedName] = dataSourceActivity.QualifiedName; 938private Hashtable activityBinds = new Hashtable();
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (1)
13private Hashtable hashOfGenerators = new Hashtable();
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (2)
54private Hashtable memberMapping = new Hashtable(); 55private Hashtable boundedTypes = new Hashtable(new TypeArrayComparer());
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)
14private Hashtable userData = null;
AuthoringOM\Compiler\Validation\ValidationManager.cs (1)
18private Hashtable hashOfValidators = new Hashtable();
AuthoringOM\Compiler\XomlCompilerError.cs (1)
35private Hashtable userData = null;
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)
28private Hashtable createdServices = null;
AuthoringOM\Serializer\DependencyObjectCodeDomSerializer.cs (2)
162Hashtable typeNames = dependencyObject.UserData[UserDataKeys.DesignTimeTypeNames] as Hashtable;
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (4)
37public static readonly DependencyProperty EventsProperty = DependencyProperty.RegisterAttached("Events", typeof(Hashtable), typeof(WorkflowMarkupSerializer), new PropertyMetadata(null, new Attribute[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) })); 631Hashtable allProperties = new Hashtable(); 637Hashtable designTimeTypeNames = null; 700designTimeTypeNames = ((DependencyObject)obj).UserData[UserDataKeys.DesignTimeTypeNames] as Hashtable;
Shared\CompModHelpers.cs (5)
126Hashtable commonParentActivities = new Hashtable(); 1011Hashtable typeNames = dependencyObject.UserData[UserDataKeys.DesignTimeTypeNames] as Hashtable; 1028Hashtable typeNames = dependencyObject.UserData[UserDataKeys.DesignTimeTypeNames] as Hashtable;
Shared\ValidationHelpers.cs (1)
104Hashtable identifiers = new Hashtable();
Shared\XomlSerializationHelpers.cs (5)
405Hashtable definedNamespaces = new Hashtable(); 445Hashtable dynamicEvents = dependencyObject.GetValue(WorkflowMarkupSerializer.EventsProperty) as Hashtable; 462Hashtable dynamicEvents = dependencyObject.GetValue(WorkflowMarkupSerializer.EventsProperty) as Hashtable;
System.Workflow.Runtime (6)
DebugEngine\DebugController.cs (1)
341Hashtable channelProperties = new Hashtable();
WorkflowDefinitionDispenser.cs (1)
376Hashtable hashtable;
WorkflowExecutor.cs (2)
51private Hashtable completedContextActivities = new Hashtable(); 609internal Hashtable CompletedContextActivities
WorkflowStateRollbackService.cs (2)
31Hashtable completedContextActivities = new Hashtable(); 51this.completedContextActivities = (Hashtable)this.workflowExecutor.CompletedContextActivities.Clone();
System.WorkflowServices (14)
System\Workflow\Activities\ReceiveActivity.cs (2)
115private static Hashtable requestContextsCache = Hashtable.Synchronized(new Hashtable());
System\Workflow\Activities\ValidationHelper.cs (8)
178Dictionary<Type, Hashtable> implementedServiceOperations = new Dictionary<Type, Hashtable>(); 193Hashtable serviceOperationHashTable = new Hashtable(); 207Hashtable serviceOperationHashTable = new Hashtable(); 228Dictionary<Type, Hashtable> notImplementedServiceOperations = new Dictionary<Type, Hashtable>(); 287Hashtable serviceOperationHashTable = new Hashtable(); 321Hashtable serviceOperationHashTable = new Hashtable();
System\Workflow\Runtime\Hosting\ChannelManager.cs (2)
27Hashtable endpointMappings; 42this.endpointMappings = Hashtable.Synchronized(new Hashtable());
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (2)
22static Hashtable contractInfoCollection = Hashtable.Synchronized(new Hashtable());
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
64static Hashtable pathCache = new Hashtable(StringComparer.OrdinalIgnoreCase);
System.Xml (223)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
58private Hashtable elemIdMap; // Map from element name to ID attribute name
System\Xml\Dom\XmlDocument.cs (2)
28private Hashtable htElementIdMap; 29private Hashtable htElementIDAttrDecl; //key: id; object: the ArrayList of the elements that have the same id (connected or disconnected)
System\Xml\Dom\XmlLoader.cs (1)
606Hashtable prefixes = new Hashtable();
System\Xml\Schema\ConstraintStruct.cs (2)
22internal Hashtable qualifiedTable; // Checking confliction 23internal Hashtable keyrefTable; // several keyref tables having connections to this one is possible
System\Xml\Schema\ContentValidator.cs (4)
41Hashtable names; 42Hashtable wildcards = null; 1323Hashtable stateTable = new Hashtable(); 1919Hashtable elements; // unique terminal names to positions in Bitset mapping
System\Xml\Schema\DataTypeImplementation.cs (1)
100private static Hashtable builtinTypes = new Hashtable();
System\Xml\Schema\DtdValidator.cs (2)
30Hashtable attPresence; 32Hashtable IDs;
System\Xml\Schema\Inference\Infer.cs (1)
655Hashtable table = new Hashtable();
System\Xml\Schema\NamespaceList.cs (2)
22private Hashtable set = null; 61nsl.set = (Hashtable)(set.Clone());
System\Xml\Schema\Preprocessor.cs (6)
50Hashtable schemaLocations; 51Hashtable chameleonSchemas; 53Hashtable referenceNamespaces; 54Hashtable processedExternals; 201internal Hashtable SchemaLocations { 209internal Hashtable ChameleonSchemas {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
32Hashtable schemaLocations; 33Hashtable referenceNamespaces;
System\Xml\Schema\SchemaElementDecl.cs (1)
213internal void CheckAttributes(Hashtable presence, bool standalone) {
System\Xml\Schema\SchemaNamespacemanager.cs (2)
24Hashtable namespaces; 40Hashtable namespaces;
System\Xml\Schema\SchemaSetCompiler.cs (2)
27Hashtable schemasToCompile = new Hashtable(); 28Hashtable importedSchemas = new Hashtable();
System\Xml\Schema\XdrBuilder.cs (2)
130internal Hashtable _AttDefList; // a list of current AttDefs for the <ElementType ... 378Hashtable _UndeclaredElements = new Hashtable();
System\Xml\Schema\XdrValidator.cs (2)
22private Hashtable attPresence; 26private Hashtable IDs;
System\Xml\Schema\XmlSchema.cs (3)
74Hashtable ids = new Hashtable(); 192Hashtable serializerNS = this.Namespaces.Namespaces; 506internal Hashtable Ids {
System\Xml\Schema\XmlSchemaCollection.cs (3)
29private Hashtable collection; 56collection = Hashtable.Synchronized(new Hashtable()); 399internal XmlSchemaCollectionEnumerator( Hashtable collection ) {
System\Xml\Schema\XmlSchemaSet.cs (6)
45Hashtable schemaLocations; 46Hashtable chameleonSchemas; 48Hashtable targetNamespaces; 252internal Hashtable SchemaLocations { 447Hashtable disallowedNamespaces = new Hashtable(); 814internal void Add(String targetNamespace, XmlReader reader, Hashtable validatedNamespaces) {
System\Xml\Schema\XmlSchemaValidator.cs (4)
82private Hashtable validatedNamespaces; 89private Hashtable attPresence; //(AttName Vs AttIndex) 92private Hashtable IDs; 304Hashtable schemaLocations = schemaSet.SchemaLocations;
System\Xml\Schema\XsdBuilder.cs (1)
673private Hashtable namespaces;
System\Xml\Schema\XsdValidator.cs (2)
26private Hashtable attPresence; 29private Hashtable IDs;
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (3)
49Hashtable exNames; 51internal Hashtable Names { 86clone.exNames = (Hashtable)this.Names.Clone();
System\Xml\Serialization\CodeExporter.cs (6)
29Hashtable exportedMappings; 30Hashtable exportedClasses; // TypeMapping -> CodeTypeDeclaration 40internal CodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit, CodeDomProvider codeProvider, CodeGenerationOptions options, Hashtable exportedMappings) { 75internal Hashtable ExportedClasses { 83internal Hashtable ExportedMappings { 177Hashtable typesIncluded = new Hashtable();
System\Xml\Serialization\CodeIdentifiers.cs (4)
38Hashtable identifiers; 39Hashtable reservedIdentifiers; 173newIdentifiers.identifiers = (Hashtable)this.identifiers.Clone(); 174newIdentifiers.reservedIdentifiers = (Hashtable)this.reservedIdentifiers.Clone();
System\Xml\Serialization\Compilation.cs (11)
34Hashtable writerMethods; 35Hashtable readerMethods; 38Hashtable assemblies = new Hashtable(); 292internal static Assembly GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, string defaultNamespace, Evidence evidence, XmlSerializerCompilerParameters parameters, Assembly assembly, Hashtable assemblies) { 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 (2)
30Hashtable imports = new Hashtable(); 46internal void AddImport(Type type, Hashtable types) {
System\Xml\Serialization\ImportContext.cs (14)
20Hashtable mappings; // XmlSchema -> SerializableMapping, XmlSchemaSimpleType -> EnumMapping, XmlSchemaComplexType -> StructMapping 21Hashtable elements; // XmlSchemaElement -> ElementAccessor 42internal Hashtable Elements { 50internal Hashtable Mappings { 88Hashtable graph; 89Hashtable hash; 90Hashtable objectCache; 93internal Hashtable looks = new Hashtable(); 94Hashtable Graph { 102Hashtable Hash { 110Hashtable ObjectCache { 174private ArrayList GetDependencies(XmlSchemaObject o, ArrayList deps, Hashtable refs) { 234Hashtable scope; 237internal SchemaGraph(Hashtable scope, XmlSchemas schemas) {
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\SchemaImporter.cs (2)
90internal Hashtable ImportedElements { 94internal Hashtable ImportedMappings {
System\Xml\Serialization\SoapAttributeOverrides.cs (5)
21Hashtable types = new Hashtable(); 36Hashtable members = (Hashtable)types[type]; 63Hashtable members = (Hashtable)types[type];
System\Xml\Serialization\SoapCodeExporter.cs (2)
50public SoapCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit, CodeGenerationOptions options, Hashtable mappings) 57public SoapCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit, CodeDomProvider codeProvider, CodeGenerationOptions options, Hashtable mappings)
System\Xml\Serialization\SoapSchemaExporter.cs (1)
22Hashtable types = new Hashtable(); // StructMapping/EnumMapping -> XmlSchemaComplexType/XmlSchemaSimpleType
System\Xml\Serialization\Types.cs (5)
419Hashtable typeDescs = new Hashtable(); 420Hashtable arrayTypeDescs = new Hashtable(); 423static Hashtable primitiveTypes = new Hashtable(); 424static Hashtable primitiveDataTypes = new Hashtable(); 1249internal static Hashtable PrimtiveTypes { get { return primitiveTypes; } }
System\Xml\Serialization\XmlAttributeOverrides.cs (5)
21Hashtable types = new Hashtable(); 36Hashtable members = (Hashtable)types[type]; 63Hashtable members = (Hashtable)types[type];
System\Xml\Serialization\XmlCodeExporter.cs (3)
52public XmlCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit, CodeGenerationOptions options, Hashtable mappings) 59public XmlCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit, CodeDomProvider codeProvider, CodeGenerationOptions options, Hashtable mappings) 324Hashtable values = new Hashtable();
System\Xml\Serialization\Xmlcustomformatter.cs (1)
385internal static long ToEnum(string val, Hashtable vals, string typeName, bool validate) {
System\Xml\Serialization\XmlReflectionImporter.cs (4)
33Hashtable specials; // type -> SpecialMapping 34Hashtable anonymous = new Hashtable(); // type -> AnonymousMapping 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\XmlSchemaImporter.cs (1)
769Hashtable uniqueTypeDescs = new Hashtable(member.Elements.Length);
System\Xml\Serialization\XmlSchemas.cs (5)
32Hashtable references; 35Hashtable mergedSchemas; 36internal Hashtable delayedSchemas = new Hashtable(); 82internal Hashtable MergedSchemas { 90internal Hashtable References {
System\Xml\Serialization\XmlSerializationGeneratedCode.cs (12)
53Hashtable methodNames = new Hashtable(); 62Hashtable generatedMethods = new Hashtable(); 84internal Hashtable MethodNames { get { return methodNames; } } 85internal Hashtable GeneratedMethods { get { return generatedMethods; } } 119writer.Write(typeof(Hashtable).FullName); 124writer.Write(typeof(Hashtable).FullName); 139writer.Write(typeof(Hashtable).FullName); 141writer.Write(typeof(Hashtable).FullName); 187Hashtable uniqueTypes = new Hashtable(); 320void GenerateTypedSerializers(Hashtable serializers) { 335void GenerateGetSerializer(Hashtable serializers, XmlMapping[] xmlMappings) { 366internal void GenerateSerializerContract(string className, XmlMapping[] xmlMappings, Type[] types, string readerType, string[] readMethods, string writerType, string[] writerMethods, Hashtable serializers) {
System\Xml\Serialization\XmlSerializationILGen.cs (18)
18Hashtable methodNames = new Hashtable(); 32Hashtable generatedMethods = new Hashtable(); 56internal Hashtable MethodNames { get { return methodNames; } } 57internal Hashtable GeneratedMethods { get { return generatedMethods; } } 130typeof(Hashtable), 138typeof(Hashtable), 142typeof(Hashtable), 155ConstructorInfo Hashtable_ctor = typeof(Hashtable).GetConstructor( 161LocalBuilder _tmpLoc = ilg.DeclareLocal(typeof(Hashtable), "_tmp"); 175ilg.Ldloc(typeof(Hashtable), "_tmp"); 191MethodInfo Hashtable_set_Item = typeof(Hashtable).GetMethod( 201ilg.Ldloc(typeof(Hashtable), "_tmp"); 219Hashtable uniqueTypes = new Hashtable(); 391FieldBuilder GenerateTypedSerializers(Hashtable serializers, TypeBuilder serializerContractTypeBuilder) { 394MethodInfo Hashtable_Add = typeof(Hashtable).GetMethod( 409ilg.Ldloc(typeof(Hashtable), "_tmp"); 419void GenerateGetSerializer(Hashtable serializers, XmlMapping[] xmlMappings, TypeBuilder serializerContractTypeBuilder) { 463internal void GenerateSerializerContract(string className, XmlMapping[] xmlMappings, Type[] types, string readerType, string[] readMethods, string writerType, string[] writerMethods, Hashtable serializers) {
System\Xml\Serialization\XmlSerializationReader.cs (15)
32Hashtable callbacks; 33Hashtable types; 34Hashtable typesReverse; 36Hashtable targets; 37Hashtable referencedTargets; 1084protected static long ToEnum(string value, Hashtable h, string typeName) { 1954Hashtable idNames = new Hashtable(); 1955Hashtable enums; 1956Hashtable createMethods = new Hashtable(); 1961internal Hashtable Enums { 2720Writer.Write(typeof(Hashtable).FullName); 2727Writer.Write(typeof(Hashtable).FullName); 2741Writer.Write(typeof(Hashtable).FullName); 2743Writer.Write(typeof(Hashtable).FullName); 2837Hashtable cases = new Hashtable();
System\Xml\Serialization\XmlSerializationReaderILGen.cs (11)
23Hashtable idNames = new Hashtable(); 26Hashtable enums; 30internal Hashtable Enums { 976typeof(Hashtable), 984typeof(Hashtable), 989typeof(Hashtable), 1000ConstructorInfo Hashtable_ctor = typeof(Hashtable).GetConstructor( 1006LocalBuilder hLoc = ilg.DeclareLocal(typeof(Hashtable), "h"); 1011MethodInfo Hashtable_Add = typeof(Hashtable).GetMethod( 1075new Type[] { typeof(String), typeof(Hashtable), typeof(String) }, 1103Hashtable cases = new Hashtable();
System\Xml\Serialization\XmlSerializationWriter.cs (13)
31Hashtable usedPrefixes; 32Hashtable references; 35Hashtable typeEntries; 37Hashtable objectsInUse; 475Hashtable ListUsedPrefixes(Hashtable nsList, string prefix) { 476Hashtable qnIndexes = 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()); 3344Hashtable reflectionVariables = null;
System\Xml\Serialization\XmlSerializationWriterILGen.cs (1)
573Hashtable values = new Hashtable();
System\Xml\Serialization\XmlSerializer.cs (7)
90public virtual Hashtable ReadMethods{ get {throw new NotSupportedException();} } 92public virtual Hashtable WriteMethods{ get {throw new NotSupportedException();} } 94public virtual Hashtable TypedSerializers{ get {throw new NotSupportedException();} } 128static Hashtable xmlSerializerTable = new Hashtable(); 511Hashtable typedMappingTable = null; 513typedMappingTable = xmlSerializerTable[type] as Hashtable; 521Hashtable pendingKeys = new Hashtable();
System\Xml\Serialization\XmlSerializerNamespaces.cs (3)
21Hashtable namespaces = null; 37this.namespaces = (Hashtable)namespaces.Namespaces.Clone(); 99internal Hashtable Namespaces {
System\Xml\XmlDownloadManager.cs (1)
23Hashtable connections;
System\Xml\XPath\Internal\XPathParser.cs (6)
709private static Hashtable functionTable = CreateFunctionTable(); 710private static Hashtable CreateFunctionTable(){ 711Hashtable table = new Hashtable(36); 742private static Hashtable AxesTable = CreateAxesTable(); 743private static Hashtable CreateAxesTable() { 744Hashtable table = new Hashtable(13);
System\Xml\Xslt\XsltArgumentList.cs (2)
20private Hashtable parameters = new Hashtable(); 21private Hashtable extensions = new Hashtable();
UIAutomationClient (3)
MS\Internal\Automation\ProxyManager.cs (3)
776private static void AddToHashTable( Hashtable table, string key, object data ) 844private static Hashtable _classHandlers = new Hashtable(22, 1.0f); 848private static Hashtable _imageOnlyHandlers = new Hashtable(0,1.0f);
UIAutomationClientsideProviders (20)
MS\Internal\AutomationProxies\EventManager.cs (5)
587private static Hashtable _objectIdWindow; 588private static Hashtable _objectIdClient; 589private static Hashtable _objectIdScroll; 590private static Hashtable _objectIdCaret; 591private static Hashtable _objectIdMenu;
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (11)
93Hashtable eventTable; 96eventTable = (Hashtable)(_hwndTable[hwnd]); 124Hashtable eventTable = (Hashtable)(_hwndTable[hwnd]); 193Hashtable eventTable = (Hashtable)_hwndTable[hwnd]; 281private void MaybeFireSelectionItemEvent(AutomationEvent eventId, Hashtable eventTable, IntPtr hwnd, int idObject, int idChild) 300private void MaybeFirePropertyChangeEvent(AutomationPattern pattern, AutomationProperty property, Hashtable eventTable, IntPtr hwnd, int idObject, int idChild, bool clientToo) 321private void MaybeFireStructureChangeEvent(int eventId, Hashtable eventTable, IntPtr hwnd, int idObject, int idChild) 403private Hashtable _hwndTable = new Hashtable(); 406private Hashtable _browserTable = new Hashtable();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
104static private Hashtable _groupManagers = new Hashtable(10);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1136private static Hashtable _expandedMenus = new Hashtable(5);
MS\Internal\AutomationProxies\WinEventTracker.cs (2)
606private static Hashtable[] _ahp = new Hashtable[_eventIdToIndex.Length];
WindowsBase (16)
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 (1)
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 (3)
111Hashtable _dataSpaceDefinitions; 124Hashtable _transformDefinitions; 141static readonly Hashtable _transformLookupTable;
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
87internal Hashtable validEnumerators; 94internal Hashtable elementInfoCores;
Base\System\Windows\DependencyProperty.cs (1)
1238private static Hashtable PropertyFromName = new Hashtable();
Shared\MS\Utility\FrugalMap.cs (1)
1679internal Hashtable _entries;
Shared\MS\Win32\ManagedWndProcTracker.cs (1)
312private static Hashtable _hwndList = new Hashtable(10);
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
450private static Hashtable _loadedAssembliesHash = new Hashtable(8);
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\GenerateTemporaryAssemblyTask.cs (1)
118Hashtable globalProperties = new Hashtable();