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