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