90 references to ThrowIfNull
Microsoft.AspNetCore.JsonPatch (90)
Adapters\AdapterFactory.cs (2)
25ArgumentNullThrowHelper.ThrowIfNull(target); 26ArgumentNullThrowHelper.ThrowIfNull(contractResolver);
Adapters\ObjectAdapter.cs (18)
60ArgumentNullThrowHelper.ThrowIfNull(operation); 61ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 76ArgumentNullThrowHelper.ThrowIfNull(path); 77ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 78ArgumentNullThrowHelper.ThrowIfNull(operation); 101ArgumentNullThrowHelper.ThrowIfNull(operation); 102ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 120ArgumentNullThrowHelper.ThrowIfNull(operation); 121ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 156ArgumentNullThrowHelper.ThrowIfNull(operation); 157ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 180ArgumentNullThrowHelper.ThrowIfNull(operation); 181ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 206ArgumentNullThrowHelper.ThrowIfNull(operation); 207ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 234ArgumentNullThrowHelper.ThrowIfNull(fromLocation); 235ArgumentNullThrowHelper.ThrowIfNull(objectToGetValueFrom); 236ArgumentNullThrowHelper.ThrowIfNull(operation);
Helpers\JsonPatchProperty.cs (2)
20ArgumentNullThrowHelper.ThrowIfNull(property); 21ArgumentNullThrowHelper.ThrowIfNull(parent);
Internal\ParsedPath.cs (1)
22ArgumentNullThrowHelper.ThrowIfNull(path);
JsonPatchDocument.cs (15)
36ArgumentNullThrowHelper.ThrowIfNull(operations); 37ArgumentNullThrowHelper.ThrowIfNull(contractResolver); 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)
55ArgumentNullThrowHelper.ThrowIfNull(path); 79ArgumentNullThrowHelper.ThrowIfNull(path); 99ArgumentNullThrowHelper.ThrowIfNull(path); 118ArgumentNullThrowHelper.ThrowIfNull(path); 134ArgumentNullThrowHelper.ThrowIfNull(path); 152ArgumentNullThrowHelper.ThrowIfNull(path); 171ArgumentNullThrowHelper.ThrowIfNull(path); 193ArgumentNullThrowHelper.ThrowIfNull(path); 213ArgumentNullThrowHelper.ThrowIfNull(path); 233ArgumentNullThrowHelper.ThrowIfNull(path); 255ArgumentNullThrowHelper.ThrowIfNull(path); 275ArgumentNullThrowHelper.ThrowIfNull(path); 297ArgumentNullThrowHelper.ThrowIfNull(from); 298ArgumentNullThrowHelper.ThrowIfNull(path); 321ArgumentNullThrowHelper.ThrowIfNull(from); 322ArgumentNullThrowHelper.ThrowIfNull(path); 345ArgumentNullThrowHelper.ThrowIfNull(from); 346ArgumentNullThrowHelper.ThrowIfNull(path); 371ArgumentNullThrowHelper.ThrowIfNull(from); 372ArgumentNullThrowHelper.ThrowIfNull(path); 395ArgumentNullThrowHelper.ThrowIfNull(from); 396ArgumentNullThrowHelper.ThrowIfNull(path); 417ArgumentNullThrowHelper.ThrowIfNull(from); 418ArgumentNullThrowHelper.ThrowIfNull(path); 439ArgumentNullThrowHelper.ThrowIfNull(from); 440ArgumentNullThrowHelper.ThrowIfNull(path); 463ArgumentNullThrowHelper.ThrowIfNull(from); 464ArgumentNullThrowHelper.ThrowIfNull(path); 487ArgumentNullThrowHelper.ThrowIfNull(from); 488ArgumentNullThrowHelper.ThrowIfNull(path); 513ArgumentNullThrowHelper.ThrowIfNull(from); 514ArgumentNullThrowHelper.ThrowIfNull(path); 537ArgumentNullThrowHelper.ThrowIfNull(from); 538ArgumentNullThrowHelper.ThrowIfNull(path); 559ArgumentNullThrowHelper.ThrowIfNull(from); 560ArgumentNullThrowHelper.ThrowIfNull(path); 576ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 599ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 600ArgumentNullThrowHelper.ThrowIfNull(adapter); 626ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 627ArgumentNullThrowHelper.ThrowIfNull(adapter);
JsonPatchError.cs (1)
26ArgumentNullThrowHelper.ThrowIfNull(errorMessage);
Operations\Operation.cs (2)
33ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 34ArgumentNullThrowHelper.ThrowIfNull(adapter);
Operations\OperationBase.cs (2)
55ArgumentNullThrowHelper.ThrowIfNull(op); 56ArgumentNullThrowHelper.ThrowIfNull(path);
Operations\OperationOfT.cs (6)
20ArgumentNullThrowHelper.ThrowIfNull(op); 21ArgumentNullThrowHelper.ThrowIfNull(path); 29ArgumentNullThrowHelper.ThrowIfNull(op); 30ArgumentNullThrowHelper.ThrowIfNull(path); 35ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 36ArgumentNullThrowHelper.ThrowIfNull(adapter);