For my add-in I need to look for references of methods, types and fields. Reflector can do this using "Analyzer". But I can't find out how to make a search using API.
Any tips?
You should check out the code solution on the codeplex.com/reflectoraddins site. A few of the addins deal with having to find items in the loaded assemblies. You might want to check out the code for CodeSearch first or just do a search for 'Find' in the solution's code.
Any tips?