70 references to ThrowNotSupportedException
System.Private.CoreLib (70)
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)
1061
ThrowHelper.
ThrowNotSupportedException
();
1080
ThrowHelper.
ThrowNotSupportedException
();
1099
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\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)
721
ThrowHelper.
ThrowNotSupportedException
();
740
ThrowHelper.
ThrowNotSupportedException
();
759
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 (5)
3992
ThrowHelper.
ThrowNotSupportedException
();
4008
ThrowHelper.
ThrowNotSupportedException
();
4026
ThrowHelper.
ThrowNotSupportedException
();
4042
ThrowHelper.
ThrowNotSupportedException
();
4058
ThrowHelper.
ThrowNotSupportedException
();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (11)
2382
ThrowHelper.
ThrowNotSupportedException
();
2417
ThrowHelper.
ThrowNotSupportedException
();
2541
ThrowHelper.
ThrowNotSupportedException
();
2575
ThrowHelper.
ThrowNotSupportedException
();
2632
ThrowHelper.
ThrowNotSupportedException
();
2672
ThrowHelper.
ThrowNotSupportedException
();
2721
ThrowHelper.
ThrowNotSupportedException
();
2770
ThrowHelper.
ThrowNotSupportedException
();
2957
ThrowHelper.
ThrowNotSupportedException
();
2997
ThrowHelper.
ThrowNotSupportedException
();
3037
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)
1058
ThrowHelper.
ThrowNotSupportedException
();
1077
ThrowHelper.
ThrowNotSupportedException
();
1096
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)
634
ThrowHelper.
ThrowNotSupportedException
();
653
ThrowHelper.
ThrowNotSupportedException
();
672
ThrowHelper.
ThrowNotSupportedException
();