10 references to Max
System.Collections (10)
System\Collections\Generic\SortedSet.cs (10)
151T? max = Max; 1010T? max = Max; 1083if (comparer.Compare(asSorted.Max, Min) >= 0 && comparer.Compare(asSorted.Min, Max) <= 0) 1086T? max = Max; 1196SortedSet<T> prunedOther = asSorted.GetViewBetween(Min, Max); 1243SortedSet<T> pruned = GetViewBetween(asSorted.Min, asSorted.Max); 1272SortedSet<T> pruned = GetViewBetween(asSorted.Min, asSorted.Max); 1327if (asSorted != null && HasEqualComparer(asSorted) && (comparer.Compare(Min, asSorted.Max) > 0 || comparer.Compare(Max, asSorted.Min) < 0))