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