73 references to ThrowNotSupportedException
System.Private.CoreLib (73)
src\libraries\System.Private.CoreLib\src\System\ArraySegment.cs (5)
209
void IList<T>.Insert(int index, T item) => ThrowHelper.
ThrowNotSupportedException
();
211
void IList<T>.RemoveAt(int index) => ThrowHelper.
ThrowNotSupportedException
();
234
void ICollection<T>.Add(T item) => ThrowHelper.
ThrowNotSupportedException
();
236
void ICollection<T>.Clear() => ThrowHelper.
ThrowNotSupportedException
();
252
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Byte.cs (3)
574
ThrowHelper.
ThrowNotSupportedException
();
593
ThrowHelper.
ThrowNotSupportedException
();
612
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (3)
1326
ThrowHelper.
ThrowNotSupportedException
();
1345
ThrowHelper.
ThrowNotSupportedException
();
1364
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Double.cs (3)
1058
ThrowHelper.
ThrowNotSupportedException
();
1077
ThrowHelper.
ThrowNotSupportedException
();
1096
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Half.cs (3)
1772
ThrowHelper.
ThrowNotSupportedException
();
1791
ThrowHelper.
ThrowNotSupportedException
();
1810
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Int128.cs (3)
1312
ThrowHelper.
ThrowNotSupportedException
();
1331
ThrowHelper.
ThrowNotSupportedException
();
1350
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Int16.cs (3)
688
ThrowHelper.
ThrowNotSupportedException
();
707
ThrowHelper.
ThrowNotSupportedException
();
726
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Int32.cs (3)
729
ThrowHelper.
ThrowNotSupportedException
();
748
ThrowHelper.
ThrowNotSupportedException
();
767
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Int64.cs (3)
726
ThrowHelper.
ThrowNotSupportedException
();
745
ThrowHelper.
ThrowNotSupportedException
();
764
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (3)
739
ThrowHelper.
ThrowNotSupportedException
();
758
ThrowHelper.
ThrowNotSupportedException
();
777
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Numerics\INumberBase.cs (3)
69
ThrowHelper.
ThrowNotSupportedException
();
94
ThrowHelper.
ThrowNotSupportedException
();
119
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\Unsafe.cs (1)
260
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (3)
1306
ThrowHelper.
ThrowNotSupportedException
();
1325
ThrowHelper.
ThrowNotSupportedException
();
1344
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128.cs (2)
4487
ThrowHelper.
ThrowNotSupportedException
();
4503
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (11)
2383
ThrowHelper.
ThrowNotSupportedException
();
2418
ThrowHelper.
ThrowNotSupportedException
();
2542
ThrowHelper.
ThrowNotSupportedException
();
2576
ThrowHelper.
ThrowNotSupportedException
();
2637
ThrowHelper.
ThrowNotSupportedException
();
2677
ThrowHelper.
ThrowNotSupportedException
();
2726
ThrowHelper.
ThrowNotSupportedException
();
2775
ThrowHelper.
ThrowNotSupportedException
();
2967
ThrowHelper.
ThrowNotSupportedException
();
3007
ThrowHelper.
ThrowNotSupportedException
();
3047
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\SByte.cs (3)
651
ThrowHelper.
ThrowNotSupportedException
();
670
ThrowHelper.
ThrowNotSupportedException
();
689
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Single.cs (3)
1055
ThrowHelper.
ThrowNotSupportedException
();
1074
ThrowHelper.
ThrowNotSupportedException
();
1093
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (3)
1466
ThrowHelper.
ThrowNotSupportedException
();
1485
ThrowHelper.
ThrowNotSupportedException
();
1504
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (3)
593
ThrowHelper.
ThrowNotSupportedException
();
612
ThrowHelper.
ThrowNotSupportedException
();
631
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (3)
632
ThrowHelper.
ThrowNotSupportedException
();
651
ThrowHelper.
ThrowNotSupportedException
();
670
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (3)
631
ThrowHelper.
ThrowNotSupportedException
();
650
ThrowHelper.
ThrowNotSupportedException
();
669
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (3)
647
ThrowHelper.
ThrowNotSupportedException
();
666
ThrowHelper.
ThrowNotSupportedException
();
685
ThrowHelper.
ThrowNotSupportedException
();