Hi, On Thu, Nov 18, 2010 at 11:13 AM, ayke <[email protected]> wrote: > Is it possible to get all references of an Type ? I tried many things but at > the end i made just trash. > If you know something 3rd party let me know but i need it in source code > becouse i dont like to have > dll's in my project. Thanks a lot.
Could you please reformulate what is it you want exactly? I' m not sure I understand really your question. Nonetheless, you can integrate Cecil's source in your application, and you can use it to browse types and methods to find references to certain types. Jb -- -- mono-cecil
