Hi guys, Mono-cecil tends to return different typedefinition/methoddefinition/instructiondefinitions instances for the same code structure. This holds true even when I use DefaultAssemblyResolver. Actually, it's indeterministic: sometimes it returns same instances, sometimes it returns completely new instances.
Is there any way to intern these instances (just like we can do with InternFactory in CCI), so that I can use it in Dictionary/hash/indexing etc. Cheers -- -- mono-cecil
