Hello JB! I have found interesting solution in sources. Instead of JetBrains dotPeek core, where IL names just stored in Opcode class field and initialised at startup from constructor you did strange things: you stored all names as chars codes values array and decode them into strings into static array without storing them in each Opcode as field. So, could you explain me, why?
- Stanislav -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
