I'm writing a plugin for ReSharper 7, and I'd like to be able to use Call Tracking from inside my plugin. I haven't come across anything in the SDK that lets me do this, is it possible at all?
Specifically, I want to be able to get the "incoming calls" and "outgoing calls" of a method from inside my IRecursiveElementProcessor
.