2 references to MaxItemsInSmallValueTypeFrozenCollection
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenDictionary.cs (1)
125
if (source.Count <= Constants.
MaxItemsInSmallValueTypeFrozenCollection
)
System\Collections\Frozen\FrozenSet.cs (1)
106
if (source.Count <= Constants.
MaxItemsInSmallValueTypeFrozenCollection
)