3 references to Int32MaxValueOffset
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Math.cs (3)
1679if (value is > -Int32MaxValueOffset - 1 and < Int32MaxValueOffset) 1704const double two63 = Int32MaxValueOffset * UInt32MaxValueOffset;