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