Unused Members
Unused fields, or fields that are only set or read, should be removed. Unused private methods should be either removed or commented out; the latter only if you have good reason to suspect that the code will be used in the near future.
Note that @ref fields will show up as false positives for being unused; check the Razor file first! (Ask me how I know)