On Sat, Jul 3, 2010 at 12:55 PM, Simon Cropp <[email protected]> wrote: > so if a class has only automatic properties, from a pdb perspective, > is has no source?
Yes. Or in other words, if a type doesn't have any method with a sequence point, from a pdb perspective you can't estimate in which file the type is. -- Jb Evain <[email protected]> -- -- mono-cecil
