Hello - I'm writing a call graph detector. It will, in its first version, show "potential calls" = calls to all overriding methods. I'll have to write code to find those methods, also over assembly boundaries.
I'd like to take a look at code that already does this, as it obviously not that easy (e.g. the cases shown in http://groups.google.com/group/mono-cecil/msg/5f69e80a2c7e7240 ). If someone could give me a pointer to such code (e.g. in Gendarme?), I'd be happy ... and of course willing to post back any knowledge I might gain :-) Thanks Harald M. -- -- mono-cecil
