Hi, On 7/30/09, sergiy.sakharov <[email protected]> wrote: > It seems that part of logic that is responsible for this(PropertyDefinition > lookup by token) functionality has been forgotten to be implemented: > The only method that uses ReflectionReader.m_properties field is > ReflectionReader.GetPropertyDefAt; and there is no > ReflectionReader.ReadProperties() method defined like in > AggressiveReflectionReader...
Nope, it's because the aggressive reflection reader, once it's done reading the properties and the events, set m_properties and m_events to null. Just comment out the lines 62 and 63 of the AggressiveReflectionReader. Thanks, -- Jb Evain <[email protected]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
