3 references to FormatInvalidValueForPath
Microsoft.AspNetCore.JsonPatch.SystemTextJson (3)
Internal\ParsedPath.cs (2)
57
throw new JsonPatchException(Resources.
FormatInvalidValueForPath
(path), null);
70
throw new JsonPatchException(Resources.
FormatInvalidValueForPath
(path), null);
Internal\PathHelpers.cs (1)
20
throw new JsonPatchException(Resources.
FormatInvalidValueForPath
(path), null);