standards-c-sharp
standards-c-sharp copied to clipboard
Ban usage of this qualifier for private fields
If you have to use this
, it means you've named your private field wrong. _privateField
instead of this.privateField
.