1 reference to ThrowInt64OverflowException
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
1289
if ((long)value < 0)
ThrowInt64OverflowException
();