c# - Visual Studio: Alternatives to "find all references"? -


i wonder if there either vs (ultimate) solution or extension can me following. use visualstudio community , c#.

i use "find references" lot have issue code has many objects extend interface or base class , "find references" shows of these overridden methods, not 1 want find.

another thing wondered if can search explicit operations such assignments only. variables used 1000 times assigned once. great if can found quicker. of possible?


Comments