2 references to TestOperationNotSupported
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Operations\Operation.cs (1)
62throw new NotSupportedException(Resources.TestOperationNotSupported);
Operations\OperationOfT.cs (1)
62throw new JsonPatchException(new JsonPatchError(objectToApplyTo, this, Resources.TestOperationNotSupported));