70 references to ThrowNotSupportedException
System.Private.CoreLib (70)
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)
1326ThrowHelper.ThrowNotSupportedException(); 1345ThrowHelper.ThrowNotSupportedException(); 1364ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Double.cs (3)
1061ThrowHelper.ThrowNotSupportedException(); 1080ThrowHelper.ThrowNotSupportedException(); 1099ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Half.cs (3)
1772ThrowHelper.ThrowNotSupportedException(); 1791ThrowHelper.ThrowNotSupportedException(); 1810ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Int16.cs (3)
688ThrowHelper.ThrowNotSupportedException(); 707ThrowHelper.ThrowNotSupportedException(); 726ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Int32.cs (3)
729ThrowHelper.ThrowNotSupportedException(); 748ThrowHelper.ThrowNotSupportedException(); 767ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Int64.cs (3)
726ThrowHelper.ThrowNotSupportedException(); 745ThrowHelper.ThrowNotSupportedException(); 764ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (3)
721ThrowHelper.ThrowNotSupportedException(); 740ThrowHelper.ThrowNotSupportedException(); 759ThrowHelper.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)
260ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (3)
1306ThrowHelper.ThrowNotSupportedException(); 1325ThrowHelper.ThrowNotSupportedException(); 1344ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (5)
3992ThrowHelper.ThrowNotSupportedException(); 4008ThrowHelper.ThrowNotSupportedException(); 4026ThrowHelper.ThrowNotSupportedException(); 4042ThrowHelper.ThrowNotSupportedException(); 4058ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (11)
2382ThrowHelper.ThrowNotSupportedException(); 2417ThrowHelper.ThrowNotSupportedException(); 2541ThrowHelper.ThrowNotSupportedException(); 2575ThrowHelper.ThrowNotSupportedException(); 2632ThrowHelper.ThrowNotSupportedException(); 2672ThrowHelper.ThrowNotSupportedException(); 2721ThrowHelper.ThrowNotSupportedException(); 2770ThrowHelper.ThrowNotSupportedException(); 2957ThrowHelper.ThrowNotSupportedException(); 2997ThrowHelper.ThrowNotSupportedException(); 3037ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\SByte.cs (3)
651ThrowHelper.ThrowNotSupportedException(); 670ThrowHelper.ThrowNotSupportedException(); 689ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Single.cs (3)
1058ThrowHelper.ThrowNotSupportedException(); 1077ThrowHelper.ThrowNotSupportedException(); 1096ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (3)
593ThrowHelper.ThrowNotSupportedException(); 612ThrowHelper.ThrowNotSupportedException(); 631ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (3)
632ThrowHelper.ThrowNotSupportedException(); 651ThrowHelper.ThrowNotSupportedException(); 670ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (3)
631ThrowHelper.ThrowNotSupportedException(); 650ThrowHelper.ThrowNotSupportedException(); 669ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (3)
634ThrowHelper.ThrowNotSupportedException(); 653ThrowHelper.ThrowNotSupportedException(); 672ThrowHelper.ThrowNotSupportedException();