Skip to content

SA1600 triggers for protected internal #3950

@smaillet

Description

@smaillet

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions