1 write to threshold
System.ObjectModel (1)
System\Collections\ObjectModel\KeyedCollection.cs (1)
41threshold = dictionaryCreationThreshold == -1 ? int.MaxValue : dictionaryCreationThreshold;
1 reference to threshold
System.ObjectModel (1)
System\Collections\ObjectModel\KeyedCollection.cs (1)
242else if (keyCount == threshold)