2 references to HybridDictionary
System.Collections.Specialized (1)
System\Collections\Specialized\HybridDictionary.cs (1)
37
public HybridDictionary(int initialSize) :
this
(initialSize, false)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs (1)
85
_nameTable = new
HybridDictionary
(count, caseInsensitive);