5 references to CreateOperation
Aspire.Hosting (5)
Dcp\JsonPatch.cs (5)
61operations.Add(CreateOperation("remove", AppendPath(path, property.Key))); 74operations.Add(CreateOperation("add", propertyPath, property.Value)); 91operations.Add(CreateOperation("remove", AppendPath(path, index))); 96operations.Add(CreateOperation("add", AppendPath(path, index), changedArray[index])); 102operations.Add(CreateOperation("replace", path, changed));