9 references to ThrowSByteOverflowException
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (9)
559if (value > sbyte.MaxValue) ThrowSByteOverflowException(); 566if (value > sbyte.MaxValue) ThrowSByteOverflowException(); 573if (value < sbyte.MinValue || value > sbyte.MaxValue) ThrowSByteOverflowException(); 580if (value > sbyte.MaxValue) ThrowSByteOverflowException(); 587if (value < sbyte.MinValue || value > sbyte.MaxValue) ThrowSByteOverflowException(); 594if (value > (uint)sbyte.MaxValue) ThrowSByteOverflowException(); 601if (value < sbyte.MinValue || value > sbyte.MaxValue) ThrowSByteOverflowException(); 608if (value > (ulong)sbyte.MaxValue) ThrowSByteOverflowException(); 2091ThrowSByteOverflowException();