2 references to defaultThreshold
mscorlib (2)
system\collections\objectmodel\keyedcollection.cs (2)
29protected KeyedCollection(): this(null, defaultThreshold) {} 31protected KeyedCollection(IEqualityComparer<TKey> comparer): this(comparer, defaultThreshold) {}