3 writes to op
Microsoft.AspNetCore.JsonPatch (3)
JsonPatchDocument.cs (1)
210op = op.op,
JsonPatchDocumentOfT.cs (1)
646op = op.op,
Operations\OperationBase.cs (1)
58this.op = op;
6 references to op
Microsoft.AspNetCore.JsonPatch (6)
Adapters\ObjectAdapter.cs (2)
274errorMessage ?? Resources.FormatCannotPerformOperation(operation.op, path)); 282errorMessage ?? Resources.FormatTargetLocationNotFound(operation.op, path));
JsonPatchDocument.cs (1)
210op = op.op,
JsonPatchDocumentOfT.cs (1)
646op = op.op,
Operations\OperationBase.cs (1)
27[JsonProperty(nameof(op))]
Operations\OperationOfT.cs (1)
67Resources.FormatInvalidJsonPatchOperation(op), innerException: null);