63 references to ThrowNotSupportedException
System.Private.CoreLib (63)
src\libraries\System.Private.CoreLib\src\System\ArraySegment.cs (5)
209void IList<T>.Insert(int index, T item) => ThrowHelper.ThrowNotSupportedException(); 211void IList<T>.RemoveAt(int index) => ThrowHelper.ThrowNotSupportedException(); 234void ICollection<T>.Add(T item) => ThrowHelper.ThrowNotSupportedException(); 236void ICollection<T>.Clear() => ThrowHelper.ThrowNotSupportedException(); 252ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Byte.cs (3)
574ThrowHelper.ThrowNotSupportedException(); 593ThrowHelper.ThrowNotSupportedException(); 612ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (3)
1334ThrowHelper.ThrowNotSupportedException(); 1353ThrowHelper.ThrowNotSupportedException(); 1372ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Double.cs (3)
1080ThrowHelper.ThrowNotSupportedException(); 1099ThrowHelper.ThrowNotSupportedException(); 1118ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Half.cs (3)
1788ThrowHelper.ThrowNotSupportedException(); 1807ThrowHelper.ThrowNotSupportedException(); 1826ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Int16.cs (3)
698ThrowHelper.ThrowNotSupportedException(); 717ThrowHelper.ThrowNotSupportedException(); 736ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Int32.cs (3)
733ThrowHelper.ThrowNotSupportedException(); 752ThrowHelper.ThrowNotSupportedException(); 771ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Int64.cs (3)
730ThrowHelper.ThrowNotSupportedException(); 749ThrowHelper.ThrowNotSupportedException(); 768ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (3)
741ThrowHelper.ThrowNotSupportedException(); 760ThrowHelper.ThrowNotSupportedException(); 779ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Numerics\INumberBase.cs (3)
69ThrowHelper.ThrowNotSupportedException(); 94ThrowHelper.ThrowNotSupportedException(); 119ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\Unsafe.cs (1)
254ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (3)
1309ThrowHelper.ThrowNotSupportedException(); 1328ThrowHelper.ThrowNotSupportedException(); 1347ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (5)
3255ThrowHelper.ThrowNotSupportedException(); 3271ThrowHelper.ThrowNotSupportedException(); 3289ThrowHelper.ThrowNotSupportedException(); 3305ThrowHelper.ThrowNotSupportedException(); 3321ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (4)
833ThrowHelper.ThrowNotSupportedException(); 864ThrowHelper.ThrowNotSupportedException(); 899ThrowHelper.ThrowNotSupportedException(); 934ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\SByte.cs (3)
659ThrowHelper.ThrowNotSupportedException(); 678ThrowHelper.ThrowNotSupportedException(); 697ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Single.cs (3)
1063ThrowHelper.ThrowNotSupportedException(); 1082ThrowHelper.ThrowNotSupportedException(); 1101ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (3)
603ThrowHelper.ThrowNotSupportedException(); 622ThrowHelper.ThrowNotSupportedException(); 641ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (3)
636ThrowHelper.ThrowNotSupportedException(); 655ThrowHelper.ThrowNotSupportedException(); 674ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (3)
635ThrowHelper.ThrowNotSupportedException(); 654ThrowHelper.ThrowNotSupportedException(); 673ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (3)
654ThrowHelper.ThrowNotSupportedException(); 673ThrowHelper.ThrowNotSupportedException(); 692ThrowHelper.ThrowNotSupportedException();