10 references to Max
System.Collections (10)
System\Collections\Generic\SortedSet.cs (10)
151T? max = Max; 1013T? max = Max; 1086if (comparer.Compare(asSorted.Max, Min) >= 0 && comparer.Compare(asSorted.Min, Max) <= 0) 1089T? max = Max; 1199SortedSet<T> prunedOther = asSorted.GetViewBetween(Min, Max); 1246SortedSet<T> pruned = GetViewBetween(asSorted.Min, asSorted.Max); 1275SortedSet<T> pruned = GetViewBetween(asSorted.Min, asSorted.Max); 1330if (asSorted != null && HasEqualComparer(asSorted) && (comparer.Compare(Min, asSorted.Max) > 0 || comparer.Compare(Max, asSorted.Min) < 0))