I have a very complex controller with a very complex set of views and partial views that I'm trying to clean up (not written by me originally).
In the controller, it defines member variables, like:
@blah = "blah"
which I'm not sure if they are used in a view, or a partial view, or a partial view called by a partial view. Is there any way to find out?