3 references to Overflow_Int64
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
309private static void ThrowInt64OverflowException() { throw new OverflowException(SR.Overflow_Int64); }
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
816throw new OverflowException(SR.Overflow_Int64);
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
1452static string IBinaryIntegerParseAndFormatInfo<long>.OverflowMessage => SR.Overflow_Int64;