JsonPatchDocumentOfT.cs (36)
60GetPath(path, null),
84GetPath(path, position.ToString(CultureInfo.InvariantCulture)),
104GetPath(path, "-"),
121Operations.Add(new Operation<TModel>("remove", GetPath(path, null), from: null));
139GetPath(path, position.ToString(CultureInfo.InvariantCulture)),
157GetPath(path, "-"),
176GetPath(path, null),
198GetPath(path, position.ToString(CultureInfo.InvariantCulture)),
218GetPath(path, "-"),
238GetPath(path, null),
260GetPath(path, position.ToString(CultureInfo.InvariantCulture)),
280GetPath(path, "-"),
303GetPath(path, null),
304GetPath(from, null)));
327GetPath(path, null),
328GetPath(from, positionFrom.ToString(CultureInfo.InvariantCulture))));
351GetPath(path, positionTo.ToString(CultureInfo.InvariantCulture)),
352GetPath(from, null)));
377GetPath(path, positionTo.ToString(CultureInfo.InvariantCulture)),
378GetPath(from, positionFrom.ToString(CultureInfo.InvariantCulture))));
401GetPath(path, "-"),
402GetPath(from, positionFrom.ToString(CultureInfo.InvariantCulture))));
423GetPath(path, "-"),
424GetPath(from, null)));
445GetPath(path, null),
446GetPath(from, null)));
469GetPath(path, null),
470GetPath(from, positionFrom.ToString(CultureInfo.InvariantCulture))));
493GetPath(path, positionTo.ToString(CultureInfo.InvariantCulture)),
494GetPath(from, null)));
519GetPath(path, positionTo.ToString(CultureInfo.InvariantCulture)),
520GetPath(from, positionFrom.ToString(CultureInfo.InvariantCulture))));
543GetPath(path, "-"),
544GetPath(from, positionFrom.ToString(CultureInfo.InvariantCulture))));
565GetPath(path, "-"),
566GetPath(from, null)));