4 references to Max
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (1)
1097return (T)(object)ulong.Max((ulong)(object)left, (ulong)(object)right);
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (3)
606static ulong INumber<ulong>.MaxNumber(ulong x, ulong y) => Max(x, y); 742static ulong INumberBase<ulong>.MaxMagnitude(ulong x, ulong y) => Max(x, y); 745static ulong INumberBase<ulong>.MaxMagnitudeNumber(ulong x, ulong y) => Max(x, y);