3 references to Overflow_UInt64
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
312
private static void ThrowUInt64OverflowException() { throw new OverflowException(SR.
Overflow_UInt64
); }
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
871
throw new OverflowException(SR.
Overflow_UInt64
);
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
1256
static string IBinaryIntegerParseAndFormatInfo<ulong>.OverflowMessage => SR.
Overflow_UInt64
;