91 references to ArgumentNullThrowHelper
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)
46ArgumentNullThrowHelper.ThrowIfNull(operations); 47ArgumentNullThrowHelper.ThrowIfNull(contractResolver); 62ArgumentNullThrowHelper.ThrowIfNull(path); 76ArgumentNullThrowHelper.ThrowIfNull(path); 91ArgumentNullThrowHelper.ThrowIfNull(path); 106ArgumentNullThrowHelper.ThrowIfNull(path); 121ArgumentNullThrowHelper.ThrowIfNull(from); 122ArgumentNullThrowHelper.ThrowIfNull(path); 137ArgumentNullThrowHelper.ThrowIfNull(from); 138ArgumentNullThrowHelper.ThrowIfNull(path); 150ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 173ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 174ArgumentNullThrowHelper.ThrowIfNull(adapter); 200ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 201ArgumentNullThrowHelper.ThrowIfNull(adapter);
JsonPatchDocumentOfT.cs (41)
65ArgumentNullThrowHelper.ThrowIfNull(path); 89ArgumentNullThrowHelper.ThrowIfNull(path); 109ArgumentNullThrowHelper.ThrowIfNull(path); 128ArgumentNullThrowHelper.ThrowIfNull(path); 144ArgumentNullThrowHelper.ThrowIfNull(path); 162ArgumentNullThrowHelper.ThrowIfNull(path); 181ArgumentNullThrowHelper.ThrowIfNull(path); 203ArgumentNullThrowHelper.ThrowIfNull(path); 223ArgumentNullThrowHelper.ThrowIfNull(path); 243ArgumentNullThrowHelper.ThrowIfNull(path); 265ArgumentNullThrowHelper.ThrowIfNull(path); 285ArgumentNullThrowHelper.ThrowIfNull(path); 307ArgumentNullThrowHelper.ThrowIfNull(from); 308ArgumentNullThrowHelper.ThrowIfNull(path); 331ArgumentNullThrowHelper.ThrowIfNull(from); 332ArgumentNullThrowHelper.ThrowIfNull(path); 355ArgumentNullThrowHelper.ThrowIfNull(from); 356ArgumentNullThrowHelper.ThrowIfNull(path); 381ArgumentNullThrowHelper.ThrowIfNull(from); 382ArgumentNullThrowHelper.ThrowIfNull(path); 405ArgumentNullThrowHelper.ThrowIfNull(from); 406ArgumentNullThrowHelper.ThrowIfNull(path); 427ArgumentNullThrowHelper.ThrowIfNull(from); 428ArgumentNullThrowHelper.ThrowIfNull(path); 449ArgumentNullThrowHelper.ThrowIfNull(from); 450ArgumentNullThrowHelper.ThrowIfNull(path); 473ArgumentNullThrowHelper.ThrowIfNull(from); 474ArgumentNullThrowHelper.ThrowIfNull(path); 497ArgumentNullThrowHelper.ThrowIfNull(from); 498ArgumentNullThrowHelper.ThrowIfNull(path); 523ArgumentNullThrowHelper.ThrowIfNull(from); 524ArgumentNullThrowHelper.ThrowIfNull(path); 547ArgumentNullThrowHelper.ThrowIfNull(from); 548ArgumentNullThrowHelper.ThrowIfNull(path); 569ArgumentNullThrowHelper.ThrowIfNull(from); 570ArgumentNullThrowHelper.ThrowIfNull(path); 586ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 609ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 610ArgumentNullThrowHelper.ThrowIfNull(adapter); 636ArgumentNullThrowHelper.ThrowIfNull(objectToApplyTo); 637ArgumentNullThrowHelper.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);
Microsoft.AspNetCore.JsonPatch.Tests (1)
IntegrationTests\NestedObjectIntegrationTest.cs (1)
346ArgumentNullThrowHelper.ThrowIfNull(value);