4 references to ThrowUInt64OverflowException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (4)
1364
if (value < 0)
ThrowUInt64OverflowException
();
1377
if (value < 0)
ThrowUInt64OverflowException
();
1390
if (value < 0)
ThrowUInt64OverflowException
();
1403
if (value < 0)
ThrowUInt64OverflowException
();