On Tue, Aug 17, 2010 at 3:51 PM, Wicky <[email protected]> wrote: > I used this approach in 0.6 and it worked (used > module.MemberReferences).
That was actually a flaw of 0.6. The objects returned by GetMemberReferences and GetTypeReferences (I have to document that on the wiki) are transient and only return a view of what was in the assembly. That's needed because of the generic model. You'll have to scout for the appropriate member references where they are used in the assembly and rename them. -- Jb EvainĀ <[email protected]> -- -- mono-cecil
