Visual Studio 2010 provides convenient functionalities such as "Find All References" and "View Call Hierarchy". Upon building the project successfully, you can select an entity, say a method name, and click to view its call hierarchy.

Because things like call hierarchy takes time to obtain, I assume that these information are gathered during the building process, and they should be stored somewhere (otherwise Visual Studio won't be able to give the answer so quickly, right?). I wonder whether my assumption is correct. If so, where can I find these informations (are they stored under bin\Debug directory)? And, can I use them directly so as to obtain information such as call hierarchy for a certain method (without using Visual Studio)?

Thank you.

link|improve this question

40% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.