2 references to Min
System.Data.Common (1)
System\Data\Common\ByteStorage.cs (1)
108min = Math.Min(_values[record], min);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
537public static byte Min(byte x, byte y) => Math.Min(x, y);