4 references to ThrowUInt32OverflowException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (4)
1135if (value < 0) ThrowUInt32OverflowException(); 1148if (value < 0) ThrowUInt32OverflowException(); 1161if (value < 0) ThrowUInt32OverflowException(); 1177if (value > uint.MaxValue) ThrowUInt32OverflowException();