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