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