3 references to
mscorlib (3)
system\collections\hashtable.cs (3)
333public Hashtable(IHashCodeProvider hcp, IComparer comparer) : this(0, 1.0f, hcp, comparer) { 345: this(capacity, 1.0f, hcp, comparer) { 376: this((d != null ? d.Count : 0), loadFactor, hcp, comparer) {