4 references to ThrowCharOverflowException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (4)
442if (value < 0) ThrowCharOverflowException(); 453if (value < 0) ThrowCharOverflowException(); 468if (value > char.MaxValue) ThrowCharOverflowException(); 477if (value > char.MaxValue) ThrowCharOverflowException();