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