3 references to FormatInvalidValueForPath
Microsoft.AspNetCore.JsonPatch (3)
Internal\ParsedPath.cs (2)
62throw new JsonPatchException(Resources.FormatInvalidValueForPath(path), null); 75throw new JsonPatchException(Resources.FormatInvalidValueForPath(path), null);
Internal\PathHelpers.cs (1)
19throw new JsonPatchException(Resources.FormatInvalidValueForPath(path), null);