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