123 references to Hashtable
mscorlib (10)
system\environment.cs (3)
763
return new
Hashtable
(0);
774
Hashtable table = new
Hashtable
(20);
844
Hashtable table = new
Hashtable
(20);
system\runtime\remoting\clientsponsor.cs (1)
27
private Hashtable sponsorTable = new
Hashtable
(10);
system\runtime\remoting\lease.cs (1)
73
sponsorTable = new
Hashtable
(10);
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
1345
assemblyToIdTable = new
Hashtable
(5);
system\runtime\serialization\surrogateselector.cs (1)
227
internal SurrogateHashtable(int size):
base
(size){
system\security\permissiontoken.cs (2)
353
m_handleTable = new
Hashtable
(size);
354
m_indexTable = new
Hashtable
(size);
system\security\securityelement.cs (1)
173
Hashtable hashtable = new
Hashtable
( m_lAttributes.Count/2 );
PresentationBuildTasks (4)
BuildTasks\Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
155
Hashtable globalProperties = new
Hashtable
(3);
Framework\System\Windows\Markup\XmlnsCache.cs (1)
91
private static Hashtable _assemblyHasCacheInfo = new
Hashtable
(8);
Shared\System\Windows\Markup\ReflectionHelper.cs (2)
641
private static Hashtable _reflectionOnlyLoadedAssembliesHash = new
Hashtable
(8);
724
private static Hashtable _contentLoadAssembliesHash = new
Hashtable
(1);
PresentationCore (6)
Core\CSharp\MS\Internal\FontCache\TypefaceMetricsCache.cs (2)
63
_hashTable = new
Hashtable
(MaxCacheCapacity);
70
private static Hashtable _hashTable = new
Hashtable
(MaxCacheCapacity);
Core\CSharp\System\Windows\GlobalEventManager.cs (1)
464
private static Hashtable _ownerTypedRoutedEventList = new
Hashtable
(10); // Initialization sizes based on typical MSN scenario
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
830
private Hashtable _keyToElements = new
Hashtable
(10);
Core\CSharp\System\Windows\Markup\XmlLanguage.cs (1)
55
private static Hashtable _cache = new
Hashtable
(InitialDictionarySize);
Core\CSharp\System\Windows\UIElement.cs (1)
395
Hashtable 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)
69
Hashtable 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)
292
Hashtable 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)
333
private Hashtable _requiredResourceMimeTypes = new
Hashtable
(11);
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
2149
private 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);
105
validResources = new
Hashtable
(11);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
2901
elementTable = new
Hashtable
(10);
3594
private 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)
131
nonFeChildren = new
Hashtable
(1);
System (13)
compmod\system\collections\specialized\hybriddictionary.cs (2)
64
hashtable = new
Hashtable
(initialSize);
136
newTable = new
Hashtable
(InitialHashtableSize);
compmod\system\componentmodel\MemberDescriptor.cs (1)
399
Hashtable 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)
29
private static Hashtable s_CachedCreds = new
Hashtable
(32);
net\System\Net\ServicePoint.cs (2)
123
m_ConnectionGroupList = new
Hashtable
(10);
154
m_ConnectionGroupList = new
Hashtable
(10);
net\System\Net\ServicePointManager.cs (1)
64
private static Hashtable s_ServicePointTable = new
Hashtable
(10);
net\System\Net\UnsafeNativeMethods.cs (1)
2792
m_Hashtable = new
Hashtable
((int)Enum.HttpHeaderResponseMaximum);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
1016
stringTable = new
Hashtable
(names.Length/2);
1353
this.CounterTable = new
Hashtable
(counterNumber);
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
1135
Hashtable processInfos = new
Hashtable
(60);
System.Activities (2)
System\Activities\Expressions\AssemblyReference.cs (1)
229
assemblyToAssemblyNameCache = new
Hashtable
(AssemblyToAssemblyNameCacheInitSize);
System\Activities\Validation\ValidationHelper.cs (1)
190
Hashtable keysVisited = new
Hashtable
(equivalenceInfo.EquivalentGroupsDictionary.Count);
System.Data (7)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
92
Hashtable ht = new
Hashtable
(42);
fx\src\data\System\Data\Common\FieldNameLookup.cs (1)
132
Hashtable hash = new
Hashtable
(length);
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
1807
Hashtable baseColumnNames = new
Hashtable
(_metadata.Length * 2); // MDAC 67385
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
636
hash = new
Hashtable
(SqlConnectionStringBuilder.KeywordsCount + SynonymCount);
723
hash = new
Hashtable
(NetLibCount);
fx\src\data\System\Data\xmlsaver.cs (1)
2014
rowsOrder = new
Hashtable
(rows);
fx\src\data\System\Data\XmlToDatasetMap.cs (1)
46
:
base
(capacity) {}
System.Data.Entity (2)
System\Data\Common\FieldNameLookup.cs (1)
115
Hashtable hash = new
Hashtable
(length);
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
179
Hashtable table = new
Hashtable
(s_validKeywords.Length);
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
312
methodsBaked = new
Hashtable
(this.methods.Count);
System\Xml\Xsl\XsltOld\Processor.cs (1)
333
this.scriptExtensions = new
Hashtable
(this.stylesheet.ScriptObjectTypes.Count); {
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
482
Hashtable ft = new
Hashtable
(10); {
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
171
this.cdataElements = new
Hashtable
(qnames.Length);
System.Drawing (2)
commonui\System\Drawing\Advanced\ColorTranslator.cs (1)
346
htmlSysColorTable = new
Hashtable
(26);
commonui\System\Drawing\Design\ToolboxItem.cs (1)
949
internal LockableDictionary(ToolboxItem item, int capacity) :
base
(capacity)
System.Runtime.Caching (1)
System\Caching\HostFileChangeMonitor.cs (1)
45
Hashtable fcnState = new
Hashtable
(_filePaths.Count);
System.Runtime.Remoting (8)
metadata\wsdlparser.cs (6)
1871
Hashtable propertyMethod = new
Hashtable
(3);
2395
Hashtable cSharpKeywordstemp = new
Hashtable
(75); // about 75 cSharpKeywords to be added
3027
private Hashtable wsdlMessages = new
Hashtable
(10);
3028
private Hashtable wsdlPortTypes = new
Hashtable
(10);
7064
internal Hashtable sections = new
Hashtable
(10);
7446
internal Hashtable ports = new
Hashtable
(10);
metadata\wsdlwriter.cs (2)
130
_typeToServiceEndpoint = new
Hashtable
(10);
677
Hashtable usedNames = new
Hashtable
(10);
System.Security (4)
system\security\cryptography\xml\encryptedxml.cs (1)
125
m_keyNameMapping = new
Hashtable
(m_capacity);
system\security\cryptography\xml\transform.cs (3)
340
m_propagatedNamespaces = new
Hashtable
(0);
352
m_propagatedNamespaces = new
Hashtable
(0);
356
m_propagatedNamespaces = new
Hashtable
(namespaces.Count);
System.ServiceModel (6)
System\ServiceModel\Description\ConfigLoader.cs (1)
278
Hashtable h = new
Hashtable
(3)
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
466
Hashtable h = new
Hashtable
(2)
478
Hashtable h = new
Hashtable
(2);
System\ServiceModel\Description\MetadataResolver.cs (1)
269
Hashtable h = new
Hashtable
(2)
System\ServiceModel\Description\ServiceDebugBehavior.cs (1)
230
Hashtable h = new
Hashtable
(2)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
542
Hashtable h = new
Hashtable
(2)
System.ServiceModel.Internals (3)
System\Runtime\Collections\HopperCache.cs (3)
68
this.outstandingHopper = new
Hashtable
(hopperSize * 2);
69
this.strongHopper = new
Hashtable
(hopperSize * 2);
70
this.limitedHopper = new
Hashtable
(hopperSize * 2);
System.Transactions (2)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
586
resourceManagerHashTable = new
Hashtable
(2);
System\Transactions\TransactionManager.cs (1)
697
Hashtable temp = new
Hashtable
( 100 );
System.Web (9)
Cache\CacheEntry.cs (1)
386
Hashtable h = new
Hashtable
(2);
Hosting\ApplicationManager.cs (1)
901
IDictionary bindings = new
Hashtable
(20);
State\SessionStateItemCollection.cs (1)
155
s_immutableTypes = new
Hashtable
(19);
UI\CssTextWriter.cs (1)
27
attrKeyLookupTable = 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)
559
table = new
Hashtable
(count);
UI\TemplateControl.cs (1)
86
_eventObjects = new
Hashtable
(16);
Util\SecUtil.cs (1)
159
Hashtable values = new
Hashtable
(param.Length);
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridView.cs (3)
463
this.converters = new
Hashtable
(8);
464
this.pens = new
Hashtable
(8);
465
this.brushes = new
Hashtable
(10);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
511
Hashtable controlError = new
Hashtable
(bindingsCount);
winforms\Managed\System\WinForms\KeysConverter.cs (1)
45
keyNames = new
Hashtable
(34);
winforms\Managed\System\WinForms\PropertyGridInternal\ImmutablePropertyDescriptorGridEntry.cs (1)
58
IDictionary values = new
Hashtable
(props.Count);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1821
shortcuts = new
Hashtable
(1);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
1025
themeHandles = new
Hashtable
(numberOfPossibleClasses);
System.Xml (4)
System\Xml\Schema\ContentValidator.cs (1)
1925
elements = new
Hashtable
(size);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
769
Hashtable uniqueTypeDescs = new
Hashtable
(member.Elements.Length);
System\Xml\XPath\Internal\XPathParser.cs (2)
711
Hashtable table = new
Hashtable
(36);
744
Hashtable table = new
Hashtable
(13);
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
104
static private Hashtable _groupManagers = new
Hashtable
(10);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1136
private 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)
312
private static Hashtable _hwndList = new
Hashtable
(10);
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
450
private static Hashtable _loadedAssembliesHash = new
Hashtable
(8);