92 references to ThrowIfNull
Microsoft.AspNetCore.JsonPatch (92)
Adapters\AdapterFactory.cs (2)
25
ArgumentNullThrowHelper.
ThrowIfNull
(target);
26
ArgumentNullThrowHelper.
ThrowIfNull
(contractResolver);
Adapters\ObjectAdapter.cs (18)
60
ArgumentNullThrowHelper.
ThrowIfNull
(operation);
61
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
76
ArgumentNullThrowHelper.
ThrowIfNull
(path);
77
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
78
ArgumentNullThrowHelper.
ThrowIfNull
(operation);
101
ArgumentNullThrowHelper.
ThrowIfNull
(operation);
102
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
120
ArgumentNullThrowHelper.
ThrowIfNull
(operation);
121
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
156
ArgumentNullThrowHelper.
ThrowIfNull
(operation);
157
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
180
ArgumentNullThrowHelper.
ThrowIfNull
(operation);
181
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
206
ArgumentNullThrowHelper.
ThrowIfNull
(operation);
207
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
234
ArgumentNullThrowHelper.
ThrowIfNull
(fromLocation);
235
ArgumentNullThrowHelper.
ThrowIfNull
(objectToGetValueFrom);
236
ArgumentNullThrowHelper.
ThrowIfNull
(operation);
Helpers\JsonPatchProperty.cs (2)
20
ArgumentNullThrowHelper.
ThrowIfNull
(property);
21
ArgumentNullThrowHelper.
ThrowIfNull
(parent);
Internal\ParsedPath.cs (1)
22
ArgumentNullThrowHelper.
ThrowIfNull
(path);
JsonPatchDocument.cs (15)
36
ArgumentNullThrowHelper.
ThrowIfNull
(operations);
37
ArgumentNullThrowHelper.
ThrowIfNull
(contractResolver);
52
ArgumentNullThrowHelper.
ThrowIfNull
(path);
66
ArgumentNullThrowHelper.
ThrowIfNull
(path);
81
ArgumentNullThrowHelper.
ThrowIfNull
(path);
96
ArgumentNullThrowHelper.
ThrowIfNull
(path);
111
ArgumentNullThrowHelper.
ThrowIfNull
(from);
112
ArgumentNullThrowHelper.
ThrowIfNull
(path);
127
ArgumentNullThrowHelper.
ThrowIfNull
(from);
128
ArgumentNullThrowHelper.
ThrowIfNull
(path);
140
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
163
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
164
ArgumentNullThrowHelper.
ThrowIfNull
(adapter);
190
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
191
ArgumentNullThrowHelper.
ThrowIfNull
(adapter);
JsonPatchDocumentOfT.cs (41)
55
ArgumentNullThrowHelper.
ThrowIfNull
(path);
79
ArgumentNullThrowHelper.
ThrowIfNull
(path);
99
ArgumentNullThrowHelper.
ThrowIfNull
(path);
118
ArgumentNullThrowHelper.
ThrowIfNull
(path);
134
ArgumentNullThrowHelper.
ThrowIfNull
(path);
152
ArgumentNullThrowHelper.
ThrowIfNull
(path);
171
ArgumentNullThrowHelper.
ThrowIfNull
(path);
193
ArgumentNullThrowHelper.
ThrowIfNull
(path);
213
ArgumentNullThrowHelper.
ThrowIfNull
(path);
233
ArgumentNullThrowHelper.
ThrowIfNull
(path);
255
ArgumentNullThrowHelper.
ThrowIfNull
(path);
275
ArgumentNullThrowHelper.
ThrowIfNull
(path);
297
ArgumentNullThrowHelper.
ThrowIfNull
(from);
298
ArgumentNullThrowHelper.
ThrowIfNull
(path);
321
ArgumentNullThrowHelper.
ThrowIfNull
(from);
322
ArgumentNullThrowHelper.
ThrowIfNull
(path);
345
ArgumentNullThrowHelper.
ThrowIfNull
(from);
346
ArgumentNullThrowHelper.
ThrowIfNull
(path);
371
ArgumentNullThrowHelper.
ThrowIfNull
(from);
372
ArgumentNullThrowHelper.
ThrowIfNull
(path);
395
ArgumentNullThrowHelper.
ThrowIfNull
(from);
396
ArgumentNullThrowHelper.
ThrowIfNull
(path);
417
ArgumentNullThrowHelper.
ThrowIfNull
(from);
418
ArgumentNullThrowHelper.
ThrowIfNull
(path);
439
ArgumentNullThrowHelper.
ThrowIfNull
(from);
440
ArgumentNullThrowHelper.
ThrowIfNull
(path);
463
ArgumentNullThrowHelper.
ThrowIfNull
(from);
464
ArgumentNullThrowHelper.
ThrowIfNull
(path);
487
ArgumentNullThrowHelper.
ThrowIfNull
(from);
488
ArgumentNullThrowHelper.
ThrowIfNull
(path);
513
ArgumentNullThrowHelper.
ThrowIfNull
(from);
514
ArgumentNullThrowHelper.
ThrowIfNull
(path);
537
ArgumentNullThrowHelper.
ThrowIfNull
(from);
538
ArgumentNullThrowHelper.
ThrowIfNull
(path);
559
ArgumentNullThrowHelper.
ThrowIfNull
(from);
560
ArgumentNullThrowHelper.
ThrowIfNull
(path);
576
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
599
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
600
ArgumentNullThrowHelper.
ThrowIfNull
(adapter);
626
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
627
ArgumentNullThrowHelper.
ThrowIfNull
(adapter);
JsonPatchError.cs (1)
26
ArgumentNullThrowHelper.
ThrowIfNull
(errorMessage);
Operations\Operation.cs (2)
33
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
34
ArgumentNullThrowHelper.
ThrowIfNull
(adapter);
Operations\OperationBase.cs (2)
55
ArgumentNullThrowHelper.
ThrowIfNull
(op);
56
ArgumentNullThrowHelper.
ThrowIfNull
(path);
Operations\OperationOfT.cs (6)
20
ArgumentNullThrowHelper.
ThrowIfNull
(op);
21
ArgumentNullThrowHelper.
ThrowIfNull
(path);
29
ArgumentNullThrowHelper.
ThrowIfNull
(op);
30
ArgumentNullThrowHelper.
ThrowIfNull
(path);
35
ArgumentNullThrowHelper.
ThrowIfNull
(objectToApplyTo);
36
ArgumentNullThrowHelper.
ThrowIfNull
(adapter);
src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs (2)
37
ArgumentNullThrowHelper.
ThrowIfNull
(queryType);
38
ArgumentNullThrowHelper.
ThrowIfNull
(interfaceType);