94 references to ThrowNotSupportedException
System.Private.CoreLib (94)
src\runtime\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\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (3)
569ThrowHelper.ThrowNotSupportedException(); 588ThrowHelper.ThrowNotSupportedException(); 607ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (3)
1297ThrowHelper.ThrowNotSupportedException(); 1316ThrowHelper.ThrowNotSupportedException(); 1335ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (3)
1074ThrowHelper.ThrowNotSupportedException(); 1093ThrowHelper.ThrowNotSupportedException(); 1112ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (3)
1784ThrowHelper.ThrowNotSupportedException(); 1803ThrowHelper.ThrowNotSupportedException(); 1822ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (3)
1297ThrowHelper.ThrowNotSupportedException(); 1316ThrowHelper.ThrowNotSupportedException(); 1335ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (3)
669ThrowHelper.ThrowNotSupportedException(); 688ThrowHelper.ThrowNotSupportedException(); 707ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (3)
711ThrowHelper.ThrowNotSupportedException(); 730ThrowHelper.ThrowNotSupportedException(); 749ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (3)
708ThrowHelper.ThrowNotSupportedException(); 727ThrowHelper.ThrowNotSupportedException(); 746ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (3)
727ThrowHelper.ThrowNotSupportedException(); 746ThrowHelper.ThrowNotSupportedException(); 765ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (3)
1411ThrowHelper.ThrowNotSupportedException(); 1430ThrowHelper.ThrowNotSupportedException(); 1449ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (3)
1288ThrowHelper.ThrowNotSupportedException(); 1307ThrowHelper.ThrowNotSupportedException(); 1326ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (3)
1311ThrowHelper.ThrowNotSupportedException(); 1330ThrowHelper.ThrowNotSupportedException(); 1349ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (3)
1302ThrowHelper.ThrowNotSupportedException(); 1321ThrowHelper.ThrowNotSupportedException(); 1340ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\INumberBase.cs (3)
69ThrowHelper.ThrowNotSupportedException(); 94ThrowHelper.ThrowNotSupportedException(); 119ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\Unsafe.cs (1)
271ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (3)
1233ThrowHelper.ThrowNotSupportedException(); 1252ThrowHelper.ThrowNotSupportedException(); 1271ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (4)
4284ThrowHelper.ThrowNotSupportedException(); 4312ThrowHelper.ThrowNotSupportedException(); 4413ThrowHelper.ThrowNotSupportedException(); 4439ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (2)
4407ThrowHelper.ThrowNotSupportedException(); 4435ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (11)
2383ThrowHelper.ThrowNotSupportedException(); 2418ThrowHelper.ThrowNotSupportedException(); 2542ThrowHelper.ThrowNotSupportedException(); 2576ThrowHelper.ThrowNotSupportedException(); 2637ThrowHelper.ThrowNotSupportedException(); 2677ThrowHelper.ThrowNotSupportedException(); 2726ThrowHelper.ThrowNotSupportedException(); 2775ThrowHelper.ThrowNotSupportedException(); 2967ThrowHelper.ThrowNotSupportedException(); 3007ThrowHelper.ThrowNotSupportedException(); 3047ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (3)
648ThrowHelper.ThrowNotSupportedException(); 667ThrowHelper.ThrowNotSupportedException(); 686ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (3)
1071ThrowHelper.ThrowNotSupportedException(); 1090ThrowHelper.ThrowNotSupportedException(); 1109ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
1494ThrowHelper.ThrowNotSupportedException(); 1513ThrowHelper.ThrowNotSupportedException(); 1532ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (3)
574ThrowHelper.ThrowNotSupportedException(); 593ThrowHelper.ThrowNotSupportedException(); 612ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (3)
639ThrowHelper.ThrowNotSupportedException(); 658ThrowHelper.ThrowNotSupportedException(); 677ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (3)
646ThrowHelper.ThrowNotSupportedException(); 665ThrowHelper.ThrowNotSupportedException(); 684ThrowHelper.ThrowNotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (3)
641ThrowHelper.ThrowNotSupportedException(); 660ThrowHelper.ThrowNotSupportedException(); 679ThrowHelper.ThrowNotSupportedException();
System\Array.NativeAot.cs (5)
555ThrowHelper.ThrowNotSupportedException(); 560ThrowHelper.ThrowNotSupportedException(); 577ThrowHelper.ThrowNotSupportedException(); 616ThrowHelper.ThrowNotSupportedException(); 621ThrowHelper.ThrowNotSupportedException();