88 references to ArgumentNullThrowHelper
Microsoft.AspNetCore.JsonPatch.SystemTextJson (87)
Adapters\AdapterFactory.cs (1)
23ArgumentNullThrowHelper.ThrowIfNull(target);
Adapters\ObjectAdapter.cs (18)
61ArgumentNullThrowHelper.ThrowIfNull(operation); 62ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 77ArgumentNullThrowHelper.ThrowIfNull(path); 78ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 79ArgumentNullThrowHelper.ThrowIfNull(operation); 103ArgumentNullThrowHelper.ThrowIfNull(operation); 104ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 119ArgumentNullThrowHelper.ThrowIfNull(operation); 120ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 155ArgumentNullThrowHelper.ThrowIfNull(operation); 156ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 179ArgumentNullThrowHelper.ThrowIfNull(operation); 180ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 202ArgumentNullThrowHelper.ThrowIfNull(operation); 203ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 230ArgumentNullThrowHelper.ThrowIfNull(fromLocation); 231ArgumentNullThrowHelper.ThrowIfNull(objectToGetValueFrom); 232ArgumentNullThrowHelper.ThrowIfNull(operation);
Internal\ParsedPath.cs (1)
17ArgumentNullThrowHelper.ThrowIfNull(path);
JsonPatchDocument.cs (15)
39ArgumentNullThrowHelper.ThrowIfNull(operations); 40ArgumentNullThrowHelper.ThrowIfNull(serializerOptions); 55ArgumentNullThrowHelper.ThrowIfNull(path); 69ArgumentNullThrowHelper.ThrowIfNull(path); 84ArgumentNullThrowHelper.ThrowIfNull(path); 99ArgumentNullThrowHelper.ThrowIfNull(path); 114ArgumentNullThrowHelper.ThrowIfNull(from); 115ArgumentNullThrowHelper.ThrowIfNull(path); 130ArgumentNullThrowHelper.ThrowIfNull(from); 131ArgumentNullThrowHelper.ThrowIfNull(path); 143ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 166ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 167ArgumentNullThrowHelper.ThrowIfNull(adapter); 193ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 194ArgumentNullThrowHelper.ThrowIfNull(adapter);
JsonPatchDocumentOfT.cs (41)
58ArgumentNullThrowHelper.ThrowIfNull(path); 82ArgumentNullThrowHelper.ThrowIfNull(path); 102ArgumentNullThrowHelper.ThrowIfNull(path); 121ArgumentNullThrowHelper.ThrowIfNull(path); 137ArgumentNullThrowHelper.ThrowIfNull(path); 155ArgumentNullThrowHelper.ThrowIfNull(path); 174ArgumentNullThrowHelper.ThrowIfNull(path); 196ArgumentNullThrowHelper.ThrowIfNull(path); 216ArgumentNullThrowHelper.ThrowIfNull(path); 236ArgumentNullThrowHelper.ThrowIfNull(path); 258ArgumentNullThrowHelper.ThrowIfNull(path); 278ArgumentNullThrowHelper.ThrowIfNull(path); 300ArgumentNullThrowHelper.ThrowIfNull(from); 301ArgumentNullThrowHelper.ThrowIfNull(path); 324ArgumentNullThrowHelper.ThrowIfNull(from); 325ArgumentNullThrowHelper.ThrowIfNull(path); 348ArgumentNullThrowHelper.ThrowIfNull(from); 349ArgumentNullThrowHelper.ThrowIfNull(path); 374ArgumentNullThrowHelper.ThrowIfNull(from); 375ArgumentNullThrowHelper.ThrowIfNull(path); 398ArgumentNullThrowHelper.ThrowIfNull(from); 399ArgumentNullThrowHelper.ThrowIfNull(path); 420ArgumentNullThrowHelper.ThrowIfNull(from); 421ArgumentNullThrowHelper.ThrowIfNull(path); 442ArgumentNullThrowHelper.ThrowIfNull(from); 443ArgumentNullThrowHelper.ThrowIfNull(path); 466ArgumentNullThrowHelper.ThrowIfNull(from); 467ArgumentNullThrowHelper.ThrowIfNull(path); 490ArgumentNullThrowHelper.ThrowIfNull(from); 491ArgumentNullThrowHelper.ThrowIfNull(path); 516ArgumentNullThrowHelper.ThrowIfNull(from); 517ArgumentNullThrowHelper.ThrowIfNull(path); 540ArgumentNullThrowHelper.ThrowIfNull(from); 541ArgumentNullThrowHelper.ThrowIfNull(path); 562ArgumentNullThrowHelper.ThrowIfNull(from); 563ArgumentNullThrowHelper.ThrowIfNull(path); 579ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 602ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 603ArgumentNullThrowHelper.ThrowIfNull(adapter); 629ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 630ArgumentNullThrowHelper.ThrowIfNull(adapter);
JsonPatchError.cs (1)
25ArgumentNullThrowHelper.ThrowIfNull(errorMessage);
Operations\Operation.cs (2)
34ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 35ArgumentNullThrowHelper.ThrowIfNull(adapter);
Operations\OperationBase.cs (2)
55ArgumentNullThrowHelper.ThrowIfNull(op); 56ArgumentNullThrowHelper.ThrowIfNull(path);
Operations\OperationOfT.cs (6)
19ArgumentNullThrowHelper.ThrowIfNull(op); 20ArgumentNullThrowHelper.ThrowIfNull(path); 28ArgumentNullThrowHelper.ThrowIfNull(op); 29ArgumentNullThrowHelper.ThrowIfNull(path); 34ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 35ArgumentNullThrowHelper.ThrowIfNull(adapter);
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
IntegrationTests\NestedObjectIntegrationTest.cs (1)
331ArgumentNullThrowHelper.ThrowIfNull(value);