123 references to Hashtable
mscorlib (10)
system\environment.cs (3)
763return new Hashtable(0); 774Hashtable table = new Hashtable(20); 844Hashtable table = new Hashtable(20);
system\runtime\remoting\clientsponsor.cs (1)
27private Hashtable sponsorTable = new Hashtable(10);
system\runtime\remoting\lease.cs (1)
73sponsorTable = new Hashtable(10);
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1345assemblyToIdTable = new Hashtable(5);
system\runtime\serialization\surrogateselector.cs (1)
227internal SurrogateHashtable(int size):base(size){
system\security\permissiontoken.cs (2)
353m_handleTable = new Hashtable(size); 354m_indexTable = new Hashtable(size);
system\security\securityelement.cs (1)
173Hashtable hashtable = new Hashtable( m_lAttributes.Count/2 );
PresentationBuildTasks (4)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
155Hashtable globalProperties = new Hashtable(3);
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 (6)
Core\CSharp\MS\Internal\FontCache\TypefaceMetricsCache.cs (2)
63_hashTable = new Hashtable(MaxCacheCapacity); 70private static Hashtable _hashTable = new Hashtable(MaxCacheCapacity);
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\Markup\XmlLanguage.cs (1)
55private static Hashtable _cache = new Hashtable(InitialDictionarySize);
Core\CSharp\System\Windows\UIElement.cs (1)
395Hashtable list = new Hashtable(2);
PresentationFramework (22)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (1)
250_applicationCommandsMappingTable.Value = new Hashtable(19);
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\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
58_dataChildren = new Hashtable(rowPresenter.ActualCells.Count);
src\Framework\System\Windows\Controls\RadioButton.cs (2)
75_groupNameToElements = new Hashtable(1); 143_groupNameToElements = new Hashtable(1);
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\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\Markup\BamlWriter.cs (1)
73_assemblies = new Hashtable(7);
src\Framework\System\Windows\TemplateNameScope.cs (1)
131nonFeChildren = new Hashtable(1);
System (13)
compmod\system\collections\specialized\hybriddictionary.cs (2)
64hashtable = new Hashtable(initialSize); 136newTable = new Hashtable(InitialHashtableSize);
compmod\system\componentmodel\MemberDescriptor.cs (1)
399Hashtable hash = new Hashtable(list.Count);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
179_editorTables = new Hashtable(4); 345_editorTables = new Hashtable(4);
net\System\Net\_SslSessionsCache.cs (1)
29private static Hashtable s_CachedCreds = new Hashtable(32);
net\System\Net\ServicePoint.cs (2)
123m_ConnectionGroupList = new Hashtable(10); 154m_ConnectionGroupList = new Hashtable(10);
net\System\Net\ServicePointManager.cs (1)
64private static Hashtable s_ServicePointTable = new Hashtable(10);
net\System\Net\UnsafeNativeMethods.cs (1)
2792m_Hashtable = new Hashtable((int)Enum.HttpHeaderResponseMaximum);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
1016stringTable = new Hashtable(names.Length/2); 1353this.CounterTable = new Hashtable(counterNumber);
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
1135Hashtable processInfos = new Hashtable(60);
System.Activities (2)
System\Activities\Expressions\AssemblyReference.cs (1)
229assemblyToAssemblyNameCache = new Hashtable(AssemblyToAssemblyNameCacheInitSize);
System\Activities\Validation\ValidationHelper.cs (1)
190Hashtable keysVisited = new Hashtable(equivalenceInfo.EquivalentGroupsDictionary.Count);
System.Data (7)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
92Hashtable ht = new Hashtable(42);
fx\src\data\System\Data\Common\FieldNameLookup.cs (1)
132Hashtable hash = new Hashtable(length);
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
1807Hashtable baseColumnNames = new Hashtable(_metadata.Length * 2); // MDAC 67385
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
636hash = new Hashtable(SqlConnectionStringBuilder.KeywordsCount + SynonymCount); 723hash = new Hashtable(NetLibCount);
fx\src\data\System\Data\xmlsaver.cs (1)
2014rowsOrder = new Hashtable(rows);
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
46: base(capacity) {}
System.Data.Entity (2)
System\Data\Common\FieldNameLookup.cs (1)
115Hashtable hash = new Hashtable(length);
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
179Hashtable table = new Hashtable(s_validKeywords.Length);
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
312methodsBaked = new Hashtable(this.methods.Count);
System\Xml\Xsl\XsltOld\Processor.cs (1)
333this.scriptExtensions = new Hashtable(this.stylesheet.ScriptObjectTypes.Count); {
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
482Hashtable ft = new Hashtable(10); {
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
171this.cdataElements = new Hashtable(qnames.Length);
System.Drawing (2)
commonui\System\Drawing\Advanced\ColorTranslator.cs (1)
346htmlSysColorTable = new Hashtable(26);
commonui\System\Drawing\Design\ToolboxItem.cs (1)
949internal LockableDictionary(ToolboxItem item, int capacity) : base(capacity)
System.Runtime.Caching (1)
System\Caching\HostFileChangeMonitor.cs (1)
45Hashtable fcnState = new Hashtable(_filePaths.Count);
System.Runtime.Remoting (8)
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 (2)
130_typeToServiceEndpoint = new Hashtable(10); 677Hashtable usedNames = new Hashtable(10);
System.Security (4)
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.ServiceModel (6)
System\ServiceModel\Description\ConfigLoader.cs (1)
278Hashtable h = new Hashtable(3)
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\ServiceDebugBehavior.cs (1)
230Hashtable h = new Hashtable(2)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
542Hashtable h = new Hashtable(2)
System.ServiceModel.Internals (3)
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.Transactions (2)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
586resourceManagerHashTable = new Hashtable(2);
System\Transactions\TransactionManager.cs (1)
697Hashtable temp = new Hashtable( 100 );
System.Web (9)
Cache\CacheEntry.cs (1)
386Hashtable h = new Hashtable(2);
Hosting\ApplicationManager.cs (1)
901IDictionary bindings = new Hashtable(20);
State\SessionStateItemCollection.cs (1)
155s_immutableTypes = new Hashtable(19);
UI\CssTextWriter.cs (1)
27attrKeyLookupTable = new Hashtable((int)HtmlTextWriterStyle.ZIndex + 1);
UI\HTMLTextWriter.cs (2)
126_tagKeyLookupTable = new Hashtable((int)HtmlTextWriterTag.Xml + 1); 230_attrKeyLookupTable = new Hashtable((int)HtmlTextWriterAttribute.VCardName + 1);
UI\ObjectStateFormatter.cs (1)
559table = new Hashtable(count);
UI\TemplateControl.cs (1)
86_eventObjects = new Hashtable(16);
Util\SecUtil.cs (1)
159Hashtable values = new Hashtable(param.Length);
System.Windows.Forms (8)
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\ErrorProvider.cs (1)
511Hashtable controlError = new Hashtable(bindingsCount);
winforms\Managed\System\WinForms\KeysConverter.cs (1)
45keyNames = new Hashtable(34);
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
58IDictionary values = new Hashtable(props.Count);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1821shortcuts = new Hashtable(1);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
1025themeHandles = new Hashtable(numberOfPossibleClasses);
System.Xml (4)
System\Xml\Schema\ContentValidator.cs (1)
1925elements = new Hashtable(size);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
769Hashtable uniqueTypeDescs = new Hashtable(member.Elements.Length);
System\Xml\XPath\Internal\XPathParser.cs (2)
711Hashtable table = new Hashtable(36); 744Hashtable table = new Hashtable(13);
UIAutomationClientsideProviders (3)
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 (3)
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);