24 references to ThrowOverflowException
System.Private.CoreLib (24)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
264Number.ThrowOverflowException<char>();
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (8)
718Number.ThrowOverflowException<byte>(); 721if (temp != (byte)temp) Number.ThrowOverflowException<byte>(); 739Number.ThrowOverflowException<sbyte>(); 742if (temp != (sbyte)temp) Number.ThrowOverflowException<sbyte>(); 759Number.ThrowOverflowException<short>(); 762if (temp != (short)temp) Number.ThrowOverflowException<short>(); 834Number.ThrowOverflowException<ushort>(); 837if (temp != (ushort)temp) Number.ThrowOverflowException<ushort>();
src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
958Number.ThrowOverflowException<TUnderlying>();
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
1073ThrowOverflowException<TInteger>();
src\libraries\System.Private.CoreLib\src\System\ParseNumbers.cs (12)
94Number.ThrowOverflowException<long>(); 185Number.ThrowOverflowException<sbyte>(); 190Number.ThrowOverflowException<short>(); 194Number.ThrowOverflowException<int>(); 228Number.ThrowOverflowException<long>(); 237Number.ThrowOverflowException<long>(); 255Number.ThrowOverflowException<ulong>(); 262Number.ThrowOverflowException<ulong>(); 289Number.ThrowOverflowException<int>(); 296Number.ThrowOverflowException<int>(); 314Number.ThrowOverflowException<uint>(); 321Number.ThrowOverflowException<uint>();
src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
454Number.ThrowOverflowException<int>();