When using Visual Studio 2017, with roslyn, is there a way to enable requiring the "this" keyword for all calls to methods inside the class, and class variables?
I'm trying to accomplish it through the creation of a new ruleset but I'm not sure if that is the best way, I can't find that rule to enable.