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