3 references to AppendPath
Aspire.Hosting (3)
Dcp\JsonPatch.cs (3)
86AddOperations(currentArray[index], changedArray[index], AppendPath(path, index), operations); 91operations.Add(CreateOperation("remove", AppendPath(path, index))); 96operations.Add(CreateOperation("add", AppendPath(path, index), changedArray[index]));