9 references to ThrowSByteOverflowException
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (9)
558if (value > sbyte.MaxValue) ThrowSByteOverflowException(); 565if (value > sbyte.MaxValue) ThrowSByteOverflowException(); 572if (value < sbyte.MinValue || value > sbyte.MaxValue) ThrowSByteOverflowException(); 579if (value > sbyte.MaxValue) ThrowSByteOverflowException(); 586if (value < sbyte.MinValue || value > sbyte.MaxValue) ThrowSByteOverflowException(); 593if (value > (uint)sbyte.MaxValue) ThrowSByteOverflowException(); 600if (value < sbyte.MinValue || value > sbyte.MaxValue) ThrowSByteOverflowException(); 607if (value > (ulong)sbyte.MaxValue) ThrowSByteOverflowException(); 2090ThrowSByteOverflowException();