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