On Mon, Dec 6, 2010 at 6:18 PM, Greg Young <[email protected]> wrote: > any way to detach them? although not too worried as they are generally > fairly small.
TypeReferences are small, but they have an hard link to their defining ModuleDefinition. And basically a ModuleDefinition keeps every object in its metadata system. > ouch one question, if I detach the typedefinition I imagine resolve wont > work any more is this correct or does the reference have a direct link? I > could go look at source but I am lazy :) That is correct. Jb -- -- mono-cecil
