6 writes to op
Microsoft.AspNetCore.JsonPatch.SystemTextJson (3)
JsonPatchDocument.cs (1)
210untypedOp.op = op.op;
JsonPatchDocumentOfT.cs (1)
647op = op.op,
Operations\OperationBase.cs (1)
58this.op = op;
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (3)
JsonPatchDocumentTest.cs (1)
250op = "add",
OperationBaseTests.cs (2)
21operationBase.op = op; 35operationBase.op = op;
6 references to op
Microsoft.AspNetCore.JsonPatch.SystemTextJson (6)
Adapters\ObjectAdapter.cs (2)
270errorMessage ?? Resources.FormatCannotPerformOperation(operation.op, path)); 278errorMessage ?? Resources.FormatTargetLocationNotFound(operation.op, path));
JsonPatchDocument.cs (1)
210untypedOp.op = op.op;
JsonPatchDocumentOfT.cs (1)
647op = op.op,
Operations\OperationBase.cs (1)
27[JsonPropertyName(nameof(op))]
Operations\OperationOfT.cs (1)
66Resources.FormatInvalidJsonPatchOperation(op), innerException: null);