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)
44if (Comparer<T>.Default.Compare(item, _max) <= 0)