2 references to MaxInteger
System.Linq (2)
System\Linq\Max.cs (2)
537
public static int Max<TSource>(this IEnumerable<TSource> source, Func<TSource, int> selector) =>
MaxInteger
(source, selector);
541
public static long Max<TSource>(this IEnumerable<TSource> source, Func<TSource, long> selector) =>
MaxInteger
(source, selector);