2 references to Overflow_SByte
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
294private static void ThrowSByteOverflowException() { throw new OverflowException(SR.Overflow_SByte); }
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
1374static string IBinaryIntegerParseAndFormatInfo<sbyte>.OverflowMessage => SR.Overflow_SByte;