31 references to Hashtable
mscorlib (1)
system\collections\hashtable.cs (1)
477
Hashtable ht = new
Hashtable
(count,_keycomparer);
System (11)
compmod\system\collections\specialized\collectionsutil.cs (1)
29
return new
Hashtable
(capacity, StringComparer.CurrentCultureIgnoreCase);
compmod\system\collections\specialized\hybriddictionary.cs (2)
62
hashtable = new
Hashtable
(initialSize, StringComparer.OrdinalIgnoreCase);
134
newTable = 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)
147
HeaderHashTable = new
Hashtable
(InfoArray.Length * 2, CaseInsensitiveAscii.StaticInstance);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
113
Hashtable tempCategoryTable = new
Hashtable
(categoryNumber, StringComparer.OrdinalIgnoreCase);
1376
this.InstanceNameTable = new
Hashtable
(1, StringComparer.OrdinalIgnoreCase);
1385
this.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)
152
assemblyCache = 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)
58
Hashtable table = new
Hashtable
(71, StringComparer.OrdinalIgnoreCase); {
164
Hashtable table = new
Hashtable
(26, StringComparer.OrdinalIgnoreCase); {
System.Web (9)
Configuration\BrowserCapabilitiesFactoryBase.cs (2)
71
Hashtable matchedHeaders = Hashtable.Synchronized(new
Hashtable
(24, StringComparer.OrdinalIgnoreCase));
154
Hashtable 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)
32
Hashtable t = new
Hashtable
(10, StringComparer.OrdinalIgnoreCase);
60
Hashtable 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);