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