Introduce Field Adding "this." to Usages (Re# 7.1.3)
For some reason various refactorings have started adding "this." to field references when they don't need to be there. The most obvious example of this is when I use "Introduce Field," but it also happens when I use Re# to move methods. Can anyone tell me what setting controls this? Thanks.
Please sign in to leave a comment.
Hello Narti,
Please try to select "Do not use" here ReSharper | Options | Code Editing | C# | Formatting Style | Other | Other | Force "this." qualifier for instance member.
Thanks!
That was it. Thanks for helping me find it.