3 references to ThrowInt32OverflowException
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (3)
1027
if ((int)value < 0)
ThrowInt32OverflowException
();
1038
if (value < int.MinValue || value > int.MaxValue)
ThrowInt32OverflowException
();
1045
if (value > int.MaxValue)
ThrowInt32OverflowException
();