Hi, On Tue, Aug 2, 2011 at 2:22 PM, [email protected] <[email protected]> wrote: > We try to detect all overrides and so far we found no cecil > implementation for this.
See how the linker detects overriden methods: https://github.com/mono/mono/blob/master/mcs/tools/linker/Mono.Linker.Steps/TypeMapStep.cs Jb -- -- mono-cecil
