7 references to ThrowInt16OverflowException
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (7)
774if (value > short.MaxValue) ThrowInt16OverflowException(); 792if (value > short.MaxValue) ThrowInt16OverflowException(); 798if (value < short.MinValue || value > short.MaxValue) ThrowInt16OverflowException(); 805if (value > (uint)short.MaxValue) ThrowInt16OverflowException(); 816if (value < short.MinValue || value > short.MaxValue) ThrowInt16OverflowException(); 823if (value > (ulong)short.MaxValue) ThrowInt16OverflowException(); 2115ThrowInt16OverflowException();