2 references to MaxItemsInSmallFrozenCollection
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenDictionary.cs (1)
233if (source.Count <= Constants.MaxItemsInSmallFrozenCollection)
System\Collections\Frozen\FrozenSet.cs (1)
216if (source.Count <= Constants.MaxItemsInSmallFrozenCollection)