4 references to ThrowUInt64OverflowException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (4)
1363
if (value < 0)
ThrowUInt64OverflowException
();
1376
if (value < 0)
ThrowUInt64OverflowException
();
1389
if (value < 0)
ThrowUInt64OverflowException
();
1402
if (value < 0)
ThrowUInt64OverflowException
();