I'm refactoring a little code, and I think I created some instance variables that are hidden (obscured) in older methods. I want to see a warning wherever it is hidden (shading), so I can verify that this is actually what I want (and this is hardly ever what I want). Is there an easy way to do this?
c # compiler-warnings visual-studio-2010
Crisfole
source share