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