4 references to UInt32MaxValueOffset
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Math.cs (4)
1692if (value is > -1.0 and < UInt32MaxValueOffset) 1704const double two63 = Int32MaxValueOffset * UInt32MaxValueOffset; 1720const double two64 = UInt32MaxValueOffset * UInt32MaxValueOffset;