Could you help me to find an api which help me to navigate through C# code to find all references?
Our project has reference to a file from some of the methods from other classes. I want to list all references to the specified files from all other methods, including the method name and the referenced object name, in an excel sheet.
Example:
Class files: one.cs, two.cs,three.cs,four.cs
The methods from one.cs,two.cs,three.cs are referenced to a few objects(few variables) in four.cs.
I want to write all methods which are referenced to class four.cs and which objects referenced by them , into an excel sheet after navigation through the code.
Could you please give me suggestion on this? Which Visual Studio2008 api can be used?
Thanks in advance,
Binu
This post has been edited by ephraimvarghese: 10 December 2008 - 01:56 PM

New Topic/Question
Reply




MultiQuote





|