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