4 references to ThrowUInt32OverflowException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (4)
1134if (value < 0) ThrowUInt32OverflowException(); 1147if (value < 0) ThrowUInt32OverflowException(); 1160if (value < 0) ThrowUInt32OverflowException(); 1176if (value > uint.MaxValue) ThrowUInt32OverflowException();