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