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