Suppress "this.field" code style warning only in constructors

61 Views Asked by At

Is there any way to suppress Visual Studio's this.Field code style warning only in constructors (without individually annotating each and every constructor in my code, I mean) and keep it everywhere else?

0

There are 0 best solutions below