4 references to Operation
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
JsonPatchDocument.cs (2)
117Operations.Add(new Operation("move", PathHelpers.NormalizePath(path), PathHelpers.NormalizePath(from))); 133Operations.Add(new Operation("copy", PathHelpers.NormalizePath(path), PathHelpers.NormalizePath(from)));
Operations\OperationOfT.cs (2)
17: base(op, path, from) 26: base(op, path, from)