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