I have a MethodDefinition. I am trying to figure out what if any interfaces on the type this method is implementing.
I am seeing some ways of doing this but they are fairly painful (like walking up to the declaring type and then walking its hierarchy manually looking for interfaces that have a method matching its signature) but this would seem to require me to implement all the rules in ECMA when searching (eg: is there a private implementor on the base type? or perhaps I am overriding something off the base where the base was implementing the interface etc). Figuring there must be an easier way. -- Les erreurs de grammaire et de syntaxe ont été incluses pour m'assurer de votre attention -- -- mono-cecil
