2 references to DefaultThreshold
System.ObjectModel (2)
System\Collections\ObjectModel\KeyedCollection.cs (2)
23protected KeyedCollection() : this(null, DefaultThreshold) 27protected KeyedCollection(IEqualityComparer<TKey>? comparer) : this(comparer, DefaultThreshold)