10 references to Max
System (10)
compmod\system\collections\generic\sortedset.cs (10)
198T max = this.Max; 1146T max = Max; 1215if (!(comparer.Compare(asSorted.Max, this.Min) < 0 || comparer.Compare(asSorted.Min, this.Max) > 0)) { 1217T max = this.Max; 1341SortedSet<T> prunedOther = asSorted.GetViewBetween(this.Min, this.Max); 1416SortedSet<T> pruned = GetViewBetween(asSorted.Min, asSorted.Max); 1457SortedSet<T> pruned = GetViewBetween(asSorted.Min, asSorted.Max); 1534if (asSorted != null && AreComparersEqual(this, asSorted) && (comparer.Compare(Min, asSorted.Max) > 0 || comparer.Compare(Max, asSorted.Min) < 0)) {