In my solution, I have a method setup like this
void OnFooLoaded(param bar)
{
// method body
}
Using ReSharper 7, it suggests that I can make the method either public, internal or protected. I cannot seem to figure out where I can change this, so the method signature has to have a visibility modifier (i.e private, public etc.) Should I look under Resharper Options -> Code Inspection -> Inspection Severity or is there somewhere else I'm missing a setting?