31 references to Hashtable
mscorlib (1)
system\collections\hashtable.cs (1)
477Hashtable ht = new Hashtable(count,_keycomparer);
System (11)
compmod\system\collections\specialized\collectionsutil.cs (1)
29return new Hashtable(capacity, StringComparer.CurrentCultureIgnoreCase);
compmod\system\collections\specialized\hybriddictionary.cs (2)
62hashtable = new Hashtable(initialSize, StringComparer.OrdinalIgnoreCase); 134newTable = new Hashtable(InitialHashtableSize, StringComparer.OrdinalIgnoreCase);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
273_entriesTable = new Hashtable(capacity, _keyComparer);
compmod\system\collections\specialized\ordereddictionary.cs (1)
134_objectsTable = new Hashtable(_initialCapacity, _comparer);
net\System\Net\_HeaderInfoTable.cs (1)
147HeaderHashTable = new Hashtable(InfoArray.Length * 2, CaseInsensitiveAscii.StaticInstance);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
113Hashtable tempCategoryTable = new Hashtable(categoryNumber, StringComparer.OrdinalIgnoreCase); 1376this.InstanceNameTable = new Hashtable(1, StringComparer.OrdinalIgnoreCase); 1385this.InstanceNameTable = new Hashtable(instanceNumber, StringComparer.OrdinalIgnoreCase);
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);
System.Activities (1)
System\Activities\Expressions\AssemblyReference.cs (1)
152assemblyCache = new Hashtable(AssemblyCacheInitialSize, new AssemblyNameEqualityComparer());
System.Configuration (1)
System\Configuration\ProviderCollection.cs (1)
25_Hashtable = new Hashtable(10, StringComparer.OrdinalIgnoreCase);
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\HtmlProps.cs (2)
58Hashtable table = new Hashtable(71, StringComparer.OrdinalIgnoreCase); { 164Hashtable table = new Hashtable(26, StringComparer.OrdinalIgnoreCase); {
System.Web (9)
Configuration\BrowserCapabilitiesFactoryBase.cs (2)
71Hashtable matchedHeaders = Hashtable.Synchronized(new Hashtable(24, StringComparer.OrdinalIgnoreCase)); 154Hashtable values = new Hashtable(180, StringComparer.OrdinalIgnoreCase);
Hosting\ISAPIWorkerRequest.cs (1)
2859_serverVars = new Hashtable(_numServerVars, StringComparer.OrdinalIgnoreCase);
Profile\ProfileInfo.cs (1)
76_Hashtable = new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
UI\HTMLTagNameToTypeMapper.cs (2)
32Hashtable t = new Hashtable(10, StringComparer.OrdinalIgnoreCase); 60Hashtable t = new Hashtable(10, StringComparer.OrdinalIgnoreCase);
UI\MasterPage.cs (1)
153_contentTemplateCollection = new Hashtable(10, StringComparer.OrdinalIgnoreCase);
UI\Page.cs (1)
2670_contentTemplateCollection = new Hashtable(11, StringComparer.OrdinalIgnoreCase);
Util\SimpleRecyclingCache.cs (1)
33_hashtable = new Hashtable(MAX_SIZE, StringComparer.OrdinalIgnoreCase);
System.Web.ApplicationServices (1)
Security\MembershipUserCollection.cs (1)
22_Indices = new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
System.Web.Extensions (2)
UI\ScriptManager.cs (1)
1212_initialState = new Hashtable(state.Count, StringComparer.Ordinal);
UI\WebControls\QueryableDataSourceView.cs (1)
590_originalValues = new Hashtable(maxColumns, StringComparer.OrdinalIgnoreCase);
System.Web.Mobile (1)
UI\MobileControls\Design\Util\SimpleParser.cs (1)
312_table = new Hashtable(initialCapacity, StringComparer.OrdinalIgnoreCase);
WindowsBase (2)
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);