Hey Jan, On Wed, Dec 8, 2010 at 10:50 AM, Jan <[email protected]> wrote: > If I add the method, the variable names are not written to the > assembly, but if the method was already there and I am using the c# > compiler generated method and only add variables, the names are > written to the assembly. > > Do you have an idea?
Yeah, it rings a bell. I think you need to have at least one SequencePoint in the IL so the names are saved. Jb -- -- mono-cecil
