The problem: I find myself using Visual Studio's feature "right click -> find all references" a lot, but often times I need to switch between several results which cannot be easily done in Visual Studio.
I'm thinking something like PHP's Xref utility that generates a cross reference documentation from source code. Is there anything similar for C#?
Other suggestions to solve this problem are also appreciated.
Update: I found Total .NET Xref, but unfortunately it does not support VS2005. Still looking...
Update 2: It seems such tool does not exist (based on my own search and community response), and ReSharper would be the ideal choice for such thing at this moment.