Property | Value |
---|---|
Id | RCS1018 |
Category | Readability |
Severity | Info |
class Foo // RCS1018
{
void Bar() // RCS1018
{
}
}
internal class Foo
{
private void Bar()
{
}
}
roslynator.RCS1018.invert = true
(Generated with DotMarkdown)