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