2 references to MaxInteger
System.Linq (2)
System\Linq\Max.cs (2)
24
public static int? Max(this IEnumerable<int?> source) =>
MaxInteger
(source);
26
public static long? Max(this IEnumerable<long?> source) =>
MaxInteger
(source);