is there any way to check if a method is being used or referenced anywhere in the solution other that using "Find all references" or searching for that method using Crtl+F.
Asked
Active
Viewed 409 times
-1

Christoph Fink
- 22,727
- 9
- 68
- 113

Amar
- 303
- 1
- 3
- 19
-
1Out of curiosity, what is the problem with the "Find all references"? – Nahuel Ianni May 12 '14 at 06:37
-
1Shift F12 with Resharper to get all Reference across all solution – ale May 12 '14 at 06:38
-
Currently, Nope. Also, I've never used it. I'll try that, maybe that might help. – Amar May 12 '14 at 06:39
-
Requirement: I'm working on an existing solution and I need to make some changes to several methods. I'm not able to find any reference to one of these methods. Hence, this question :) – Amar May 12 '14 at 06:41
-
As you tagged it as `ASP.NET`: Is it possibly an action in MVC? Because this "references" in views are not detected by VS and you can only find them via text-search. – Christoph Fink May 12 '14 at 06:48
-
R# searches across views too... – Alexei Levenkov May 12 '14 at 07:02