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