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.