7 references to ThrowInt16OverflowException
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (7)
775if (value > short.MaxValue) ThrowInt16OverflowException(); 793if (value > short.MaxValue) ThrowInt16OverflowException(); 799if (value < short.MinValue || value > short.MaxValue) ThrowInt16OverflowException(); 806if (value > (uint)short.MaxValue) ThrowInt16OverflowException(); 817if (value < short.MinValue || value > short.MaxValue) ThrowInt16OverflowException(); 824if (value > (ulong)short.MaxValue) ThrowInt16OverflowException(); 2116ThrowInt16OverflowException();