Description
HiddenField checks that a local variable or parameter doesn't hide a class field. The way the check is configured it ignores constructor parameters. We have 200+ violations; they should be easy to fix, as the variables/parameters renamed are not externally visible.
What is our coding style for new names of the parameters/variables? parameterName -> pParameterName?