Hey, On Tue, Aug 17, 2010 at 4:13 PM, Wicky <[email protected]> wrote: >> You'll have to scout for the appropriate member references where they >> are used in the assembly and rename them. > > Do you mean I need to search each instruction to find out all member > references? > If so, suppose both methodB and methodC have member reference of > methodA, do I need to change all the member references or just one of
It depends if methodB and methodC are open generic method. Non generics methods on non generic types should be instantiated only once. But as soon as generics come into play, you may have different instantiations -- Jb EvainĀ <[email protected]> -- -- mono-cecil
