On Wed, Jul 28, 2010 at 12:49 PM, JohnC <[email protected]> wrote: > In that case, is there a way to enforce creation of all of them and > then maybe get access to all of them?
This issue is that they can be context dependent. I'll see about providing something like: public IEnumerable<TypeReference> GetTypeReferences () public IEnumerable<MemberReferences> GetMemberReferences () On the module, by reading directly the tables, and working around the context dependence issue. -- Jb EvainĀ <[email protected]> -- -- mono-cecil
