23 references to ThrowOverflowException
System.Private.CoreLib (23)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
245Number.ThrowOverflowException<char>();
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (8)
717Number.ThrowOverflowException<byte>(); 720if (temp != (byte)temp) Number.ThrowOverflowException<byte>(); 738Number.ThrowOverflowException<sbyte>(); 741if (temp != (sbyte)temp) Number.ThrowOverflowException<sbyte>(); 758Number.ThrowOverflowException<short>(); 761if (temp != (short)temp) Number.ThrowOverflowException<short>(); 833Number.ThrowOverflowException<ushort>(); 836if (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)
1039ThrowOverflowException<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>();