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