Hi, Jb, I renamed a method or field, e.g. rename methodA to methodB, then I located all member references by module.GetMemberReferences(), and set all member references of methodA to new name. But after assembly saved, I found the member reference's name was still methodA.
I used this approach in 0.6 and it worked (used module.MemberReferences). Is it a bug or I should use another way? Regards Wicky -- -- mono-cecil
