Visual Studio Call Hierarchy View: call it programmatically
问题 In a VSpackage, is there a way to programmatically call, on a method, the "call hierarchy view" from code and access (even from code) to its results? For completeness: VSpackage target is Visual Studio 2013. Update The final aim is to find how many times a given method (given its namespace and class) is used/called inside the opened solution. 回答1: I'm going to say no. The reason is the "call hierarchy view" isn't going to expose it's data set directly. Instead you'd be better served going