1 write to _max
System.Collections.Immutable (1)
System\Collections\Frozen\SmallValueTypeComparableFrozenSet.cs (1)
35
_max
= _items[_items.Length - 1];
1 reference to _max
System.Collections.Immutable (1)
System\Collections\Frozen\SmallValueTypeComparableFrozenSet.cs (1)
44
if (Comparer<T>.Default.Compare(item,
_max
) <= 0)