Hi, I just wanted to check if this a bug with Cecil 0.6 which has been fixed with 0.9 or if this is by design. When I have a TypeReference to a nested class it has the IsNested property set to false although in its TypeDefinition it is set to true. Why is this? How can I find out to which exact TypeDefinition is referred to without actually resolving the TypeReference into a TypeDefinition? I think somewhere the data must be present since the full type name shows me if it is a nested type or not. I ask without because I do not want to load the dependant assemblies for memory/perf reasons into memory.
Yours, Alois Kraus -- -- mono-cecil
