416 references to ThrowArgumentNullException
System.Private.CoreLib (416)
src\libraries\System.Private.CoreLib\src\System\ArgumentNullException.cs (1)
68
ThrowHelper.
ThrowArgumentNullException
(paramName);
src\libraries\System.Private.CoreLib\src\System\Array.cs (65)
33
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
361
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.sourceArray);
363
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.destinationArray);
425
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.indices);
483
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.indices);
531
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.indices);
591
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.indices);
756
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.comparer);
784
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
823
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
845
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
987
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
994
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1006
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1022
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1027
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.converter);
1083
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1103
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1134
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1139
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
1156
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1161
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
1179
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1189
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1199
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1214
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
1230
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1235
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
1252
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1262
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1272
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1277
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
1318
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1323
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.action);
1339
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1352
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1366
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1477
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1487
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1497
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1560
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1573
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1587
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1700
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1710
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1720
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1813
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1826
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1891
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1899
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1920
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1933
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.keys);
1966
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1981
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.keys);
2007
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.keys);
2107
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
2119
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.keys);
2136
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
2143
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.keys);
2150
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
2168
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.keys);
2194
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
2199
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.comparison);
2210
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
2215
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
src\libraries\System.Private.CoreLib\src\System\ArraySegment.cs (1)
47
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
src\libraries\System.Private.CoreLib\src\System\BitConverter.cs (9)
418
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
456
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
494
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
532
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
658
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
786
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
833
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
851
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
866
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (1)
126
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
104
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Char.cs (21)
198
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
459
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.culture);
489
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.culture);
604
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
619
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
639
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
660
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
677
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
719
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
752
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
794
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
819
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
849
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
866
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
886
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
912
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
936
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
958
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
980
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
997
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
1103
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueue.cs (3)
82
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.collection);
145
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
443
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\CollectionExtensions.cs (6)
18
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.dictionary);
28
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.dictionary);
44
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.dictionary);
100
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.list);
127
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.list);
169
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.list);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (20)
92
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.dictionary);
105
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.collection);
346
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
382
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.info);
401
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
512
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
1005
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
1077
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
1299
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
1372
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
1466
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1662
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
1689
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
1698
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
1893
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.dictionary);
1905
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1955
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
2088
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.dictionary);
2100
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
2149
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (14)
92
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.collection);
701
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.info);
806
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
821
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
858
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
887
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
926
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
963
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
1007
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
1052
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
1095
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
1127
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.other);
1181
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
1212
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (13)
64
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.collection);
247
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.collection);
368
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.converter);
512
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
529
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
563
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
578
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
601
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
642
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.action);
813
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.collection);
966
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
1126
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.comparison);
1172
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.match);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\Collection.cs (2)
27
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.list);
174
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (2)
23
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.list);
105
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
src\libraries\System.Private.CoreLib\src\System\Convert.cs (3)
2647
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
2663
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
2930
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (4)
367
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
391
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
392
if (format == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.format);
416
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (10)
823
if (info == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.info);
1291
if (info == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.info);
1581
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
1591
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
1598
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
1614
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
1615
if (format == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.format);
1626
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
1627
if (format == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.format);
1640
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (5)
652
if (input == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.input);
671
if (input == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.input);
701
if (input == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.input);
702
if (format == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.format);
722
if (input == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.input);
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
530
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
396
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Enum.cs (2)
580
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
642
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
src\libraries\System.Private.CoreLib\src\System\Globalization\CharUnicodeInfo.cs (5)
44
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
111
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
145
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
220
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
349
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (19)
505
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
509
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.prefix);
648
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
652
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.suffix);
805
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
815
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
819
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
839
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
850
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
870
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
900
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
904
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
1138
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
1148
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
1152
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
1192
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
1248
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
1252
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
1534
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (4)
301
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
306
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
600
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
605
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
src\libraries\System.Private.CoreLib\src\System\Globalization\StringInfo.cs (3)
159
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.str);
186
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.str);
212
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.str);
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
343
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
137
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
137
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
153
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
150
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\IO\BufferedStream.cs (1)
69
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.stream);
src\libraries\System.Private.CoreLib\src\System\IO\RandomAccess.cs (2)
288
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.handle);
317
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.buffers);
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (5)
277
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.asyncResult);
594
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.asyncResult);
952
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.buffer);
1233
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.asyncResult);
1304
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.asyncResult);
src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (1)
143
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.stream);
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
99
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.stream);
src\libraries\System.Private.CoreLib\src\System\IO\StringReader.cs (1)
20
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (17)
50
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
77
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
170
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.text);
253
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.text);
305
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.text);
520
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
663
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
1305
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
1885
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
2986
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
3003
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
3407
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
3821
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
3855
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
4275
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.comparer);
4329
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.comparison);
4402
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.comparison);
src\libraries\System.Private.CoreLib\src\System\Random.cs (2)
172
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.buffer);
512
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.buffer);
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
210
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.type);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncMethodBuilderCore.cs (2)
25
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.stateMachine);
61
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.stateMachine);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncTaskMethodBuilderT.cs (1)
513
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.exception);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncVoidMethodBuilder.cs (1)
115
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.exception);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (5)
59
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
78
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
101
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
124
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
155
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.key);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\PoolingAsyncValueTaskMethodBuilderT.cs (1)
72
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.exception);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeHelpers.cs (1)
30
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (5)
872
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
882
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
892
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
902
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
912
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
140
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
399
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (6)
723
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
748
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
799
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
837
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
860
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
920
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (5)
14
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.value);
110
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.anyOf);
125
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.anyOf);
309
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.anyOf);
324
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.anyOf);
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (3)
371
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.obj);
451
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.obj);
533
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.obj);
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (2)
111
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.chars);
129
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.chars);
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (2)
536
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
669
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (6)
45
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.chars);
93
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
337
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.bytes);
352
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.bytes);
433
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.bytes);
553
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.bytes);
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (3)
858
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.input);
1386
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.culture);
1435
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.culture);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (6)
1130
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
1154
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
1165
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
1189
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
1209
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
1219
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.values);
src\libraries\System.Private.CoreLib\src\System\Text\UnicodeEncoding.cs (1)
113
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (1)
121
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (1)
157
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (2)
161
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.chars);
179
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.chars);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (12)
315
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.function);
319
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
335
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.function);
339
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
765
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationAction);
770
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
950
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationAction);
955
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
1164
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1169
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
1385
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1390
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\FutureFactory.cs (36)
636
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.asyncResult);
639
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.endMethod);
644
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
756
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.beginMethod);
759
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.endMethod);
873
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.beginMethod);
876
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.endFunction);
998
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.beginMethod);
1001
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.endMethod);
1131
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.beginMethod);
1134
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.endMethod);
1254
if (asyncResult == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.asyncResult);
1350
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1378
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1412
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1457
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1481
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1511
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1547
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1593
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1606
if (tasks == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
1609
if (scheduler == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
1653
if (tasks == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
1656
if (scheduler == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
1720
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1748
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1782
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1827
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1851
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1881
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1917
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1963
if (continuationFunction == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
1975
if (tasks == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
1980
if (scheduler == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
2026
if (tasks == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
2030
if (scheduler == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Sources\ManualResetValueTaskSourceCore.cs (1)
124
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuation);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (28)
510
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.action);
955
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
1033
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
1149
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
3780
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationAction);
3786
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
3962
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationAction);
3968
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
4162
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
4168
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
4366
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.continuationFunction);
4372
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.scheduler);
4714
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
4788
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
4829
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
4866
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
4915
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
4940
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
5327
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
5447
if (exception == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.exception);
5461
if (exception == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.exception);
5614
if (function == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.function);
5658
if (function == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.function);
5937
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
6003
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
6272
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
6326
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
6757
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.tasks);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCompletionSource.cs (2)
129
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.exception);
159
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.exceptions);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCompletionSource_T.cs (2)
129
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.exception);
159
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.exceptions);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ValueTask.cs (4)
78
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.task);
95
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
497
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.task);
515
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.source);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (5)
1809
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.callBack);
1827
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.callBack);
1845
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.callBack);
1876
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.callBack);
1890
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.callBack);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
774
ThrowArgumentNullException
(argName);
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (4)
535
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
559
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
560
if (format == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.format);
584
if (s == null) ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s);
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (2)
738
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.input);
753
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.input);
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
139
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
132
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
148
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
147
if (s is null) { ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.s); }
src\System\Array.CoreCLR.cs (4)
55
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.sourceArray);
57
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.destinationArray);
368
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
393
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
21
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.array);
559
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.type);
580
ThrowHelper.
ThrowArgumentNullException
(ExceptionArgument.type);