73 references to ThrowNotSupportedException
System.Private.CoreLib (73)
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)
1058ThrowHelper.ThrowNotSupportedException(); 1077ThrowHelper.ThrowNotSupportedException(); 1096ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Half.cs (3)
1772ThrowHelper.ThrowNotSupportedException(); 1791ThrowHelper.ThrowNotSupportedException(); 1810ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Int128.cs (3)
1312ThrowHelper.ThrowNotSupportedException(); 1331ThrowHelper.ThrowNotSupportedException(); 1350ThrowHelper.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)
739ThrowHelper.ThrowNotSupportedException(); 758ThrowHelper.ThrowNotSupportedException(); 777ThrowHelper.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 (2)
4487ThrowHelper.ThrowNotSupportedException(); 4503ThrowHelper.ThrowNotSupportedException();
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\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)
1055ThrowHelper.ThrowNotSupportedException(); 1074ThrowHelper.ThrowNotSupportedException(); 1093ThrowHelper.ThrowNotSupportedException();
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
1466ThrowHelper.ThrowNotSupportedException(); 1485ThrowHelper.ThrowNotSupportedException(); 1504ThrowHelper.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)
647ThrowHelper.ThrowNotSupportedException(); 666ThrowHelper.ThrowNotSupportedException(); 685ThrowHelper.ThrowNotSupportedException();