4 references to ThrowCharOverflowException
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (4)
443if (value < 0) ThrowCharOverflowException(); 454if (value < 0) ThrowCharOverflowException(); 469if (value > char.MaxValue) ThrowCharOverflowException(); 478if (value > char.MaxValue) ThrowCharOverflowException();