Disable automatic installation of ByVal

When I refactor the extraction method, ReSharper always wants to put the modifier ByValeverywhere. Explicit placement is ByValno longer required, and Visual Studio itself no longer works .

I looked at the Visual Basic.NET subsection in the "Editing Code" section of ReSharper options, but I don’t see anything. Is there any way to disable this?

ReSharper's Extract Method dialog unwanted ByVal modifiers circled

+4
source share
1 answer

ByVal ByRef. (, vb.net) "ByVal", ByVal. ByVal , MS, .

, ReSharper.

+2

All Articles