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