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?
nesher
0

Comments

1 comment

  • haleyjason
    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.
    haleyjason
    0

Add comment

Please sign in to leave a comment.