When I do the extract method refactoring, ReSharper always wants to put the ByVal
modifier everywhere. Explicitly putting ByVal
isn't required anymore and Visual Studio itself doesn't do that anymore.
I've looked at the Visual Basic .NET subsection under the Code Editing section of ReSharper's options, but I don't spot anything. Is there a way to turn this off?