This option controls whether method calls should be qualified with this. (C#) or Me. (Visual Basic).
this.Method();
Method();