Hello, 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. This means methodDefinition.Body.Instructions.Any(i=>i.SequencePoint != null) would return false. At the same time other MethodDefinitions from the same Module provide correct SequencePoint information.
Any idea what to do about it? Is there anything obvious I could have done wrong? If you can't reproduce it I can try to put an example together. Thanks for your help and thanks for the fantastic work on Mono.Cecil. Best regards Florian -- View this message in context: http://mono.1490590.n4.nabble.com/Some-propertyaccessor-methods-dont-deliver-any-SequencePoint-information-tp3393686p3393686.html Sent from the Mono - Cecil mailing list archive at Nabble.com. -- -- mono-cecil
