67 references to ThrowNotSupportedException
System.Private.CoreLib (67)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (4)
1041
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_FixedSizeCollection);
1062
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_FixedSizeCollection);
1067
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_FixedSizeCollection);
1072
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_FixedSizeCollection);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueue.cs (1)
167
object ICollection.SyncRoot { get { ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.ConcurrentCollection_SyncRoot_NotSupported); return default; } }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (6)
2040
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_KeyCollectionSet);
2043
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_KeyCollectionSet);
2050
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_KeyCollectionSet);
2235
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ValueCollectionSet);
2239
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ValueCollectionSet);
2244
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ValueCollectionSet);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\Collection.cs (9)
43
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
59
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
70
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
100
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
115
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
128
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
285
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
327
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
349
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (12)
63
set => ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
68
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
73
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
78
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
83
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
89
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
179
set => ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
184
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
190
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
220
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
225
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
230
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.NotSupported_ReadOnlyCollection);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Scalar.cs (29)
105
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
166
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
232
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
290
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
481
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
499
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
557
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
597
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
655
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
713
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
793
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
811
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
869
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
927
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
985
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1043
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1101
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1235
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1369
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1387
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1461
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1479
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1541
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1603
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1665
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1723
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1781
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1971
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
1989
ThrowHelper.
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (6)
783
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
795
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
807
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
819
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
831
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);
843
ThrowNotSupportedException
(ExceptionResource.Arg_TypeNotSupported);