Visual studio 2010 has added a call hierarchy function. Does anyone know if it is possible to access this from within a plugin?
If I have a LINQ to SQL table that has a field called say Alias. There is then a method stub called OnAliasChanging(string value); What I want to do is to grab the value, check the database whether ...