3 writes to op
Microsoft.AspNetCore.JsonPatch.SystemTextJson (3)
JsonPatchDocument.cs (1)
213op = op.op,
JsonPatchDocumentOfT.cs (1)
649op = op.op,
Operations\OperationBase.cs (1)
58this.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)
213op = op.op,
JsonPatchDocumentOfT.cs (1)
649op = op.op,
Operations\OperationBase.cs (1)
27[JsonPropertyName(nameof(op))]
Operations\OperationOfT.cs (1)
66Resources.FormatInvalidJsonPatchOperation(op), innerException: null);