87 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)
36ArgumentNullThrowHelper.ThrowIfNull(operations); 37ArgumentNullThrowHelper.ThrowIfNull(serializerOptions); 52ArgumentNullThrowHelper.ThrowIfNull(path); 66ArgumentNullThrowHelper.ThrowIfNull(path); 81ArgumentNullThrowHelper.ThrowIfNull(path); 96ArgumentNullThrowHelper.ThrowIfNull(path); 111ArgumentNullThrowHelper.ThrowIfNull(from); 112ArgumentNullThrowHelper.ThrowIfNull(path); 127ArgumentNullThrowHelper.ThrowIfNull(from); 128ArgumentNullThrowHelper.ThrowIfNull(path); 140ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 163ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 164ArgumentNullThrowHelper.ThrowIfNull(adapter); 190ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 191ArgumentNullThrowHelper.ThrowIfNull(adapter);
JsonPatchDocumentOfT.cs (41)
56ArgumentNullThrowHelper.ThrowIfNull(path); 80ArgumentNullThrowHelper.ThrowIfNull(path); 100ArgumentNullThrowHelper.ThrowIfNull(path); 119ArgumentNullThrowHelper.ThrowIfNull(path); 135ArgumentNullThrowHelper.ThrowIfNull(path); 153ArgumentNullThrowHelper.ThrowIfNull(path); 172ArgumentNullThrowHelper.ThrowIfNull(path); 194ArgumentNullThrowHelper.ThrowIfNull(path); 214ArgumentNullThrowHelper.ThrowIfNull(path); 234ArgumentNullThrowHelper.ThrowIfNull(path); 256ArgumentNullThrowHelper.ThrowIfNull(path); 276ArgumentNullThrowHelper.ThrowIfNull(path); 298ArgumentNullThrowHelper.ThrowIfNull(from); 299ArgumentNullThrowHelper.ThrowIfNull(path); 322ArgumentNullThrowHelper.ThrowIfNull(from); 323ArgumentNullThrowHelper.ThrowIfNull(path); 346ArgumentNullThrowHelper.ThrowIfNull(from); 347ArgumentNullThrowHelper.ThrowIfNull(path); 372ArgumentNullThrowHelper.ThrowIfNull(from); 373ArgumentNullThrowHelper.ThrowIfNull(path); 396ArgumentNullThrowHelper.ThrowIfNull(from); 397ArgumentNullThrowHelper.ThrowIfNull(path); 418ArgumentNullThrowHelper.ThrowIfNull(from); 419ArgumentNullThrowHelper.ThrowIfNull(path); 440ArgumentNullThrowHelper.ThrowIfNull(from); 441ArgumentNullThrowHelper.ThrowIfNull(path); 464ArgumentNullThrowHelper.ThrowIfNull(from); 465ArgumentNullThrowHelper.ThrowIfNull(path); 488ArgumentNullThrowHelper.ThrowIfNull(from); 489ArgumentNullThrowHelper.ThrowIfNull(path); 514ArgumentNullThrowHelper.ThrowIfNull(from); 515ArgumentNullThrowHelper.ThrowIfNull(path); 538ArgumentNullThrowHelper.ThrowIfNull(from); 539ArgumentNullThrowHelper.ThrowIfNull(path); 560ArgumentNullThrowHelper.ThrowIfNull(from); 561ArgumentNullThrowHelper.ThrowIfNull(path); 577ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 600ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 601ArgumentNullThrowHelper.ThrowIfNull(adapter); 627ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 628ArgumentNullThrowHelper.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);