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