2 references to InitialHashtableSize
System (2)
compmod\system\collections\specialized\hybriddictionary.cs (2)
134newTable = new Hashtable(InitialHashtableSize, StringComparer.OrdinalIgnoreCase); 136newTable = new Hashtable(InitialHashtableSize);