2 references to Max
System.Data.Common (1)
System\Data\Common\SByteStorage.cs (1)
124max = Math.Max(_values[record], max);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
616public static sbyte Max(sbyte x, sbyte y) => Math.Max(x, y);