2 references to Max
System.Data.Common (1)
System\Data\Common\UInt64Storage.cs (1)
128max = Math.Max(_values[record], max);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
592public static ulong Max(ulong x, ulong y) => Math.Max(x, y);