SA1600 is triggering for methods marked as protected internal.
protected internal void ShowBogusError()
{
}
This is not a public facing method, it is BOTH protected AND internal so no error should appear. (You are at least in good company with this bug as CS1591 has the same problem)