Hey,
On Mon, Mar 21, 2011 at 3:13 PM, fstandhartinger <[email protected]> wrote:
> in my project I am using Mono.Cecil.Pdb to read symbol information about
> some methods. I now observed that some of the MethodDefinitions that are
> representing Property-Accessors (Proeprty-Getter or -Setter) dont contain
> SequencePoint information.
Maybe they are automatically implemented properties? Like:
public string Name { get; set }
In that case, it would make sense. Otherwise please indeed put up a
repro that we can investigate.
Jb
--
--
mono-cecil