Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
806 views

'Find all references' not working in visual studio 2005

I was able to do 'Find all reference' a couple of hours ago, and now suddenly it stopped working. When I do 'Find all references', its always says 'Search found 0 references'. I have reinstalled ...
2
votes
2answers
739 views

“Find All References” broken in one solution

At some point "Find All References" feature got broken for a single solution that I have. It works in all other solutions. For this one, it always returns "Search found no results" What could be ...
0
votes
0answers
47 views

Visual Studio-> Find all references-> Looking for symbol in XAML files

Is there a way to prevent "Find all references" from searching in XAML files? Searching the XAML files is painfully slow.
0
votes
1answer
194 views

Find all reference on all projects in solution

My solution contains multiple projects (say P1, P2). In project dependencies, I set P2 to depend on P1, so P2 uses some classes in P1. When I do a Find All References on a class/method of P1, the ...
0
votes
2answers
233 views

Visual Studio 2008 - “Find all references” only searches the containing file

I'm trying to fix a bug in a solution I have, but whenever I click "Find all references" for any variables or methods, it only finds references in the file that the variable I click is in. I'm fairly ...