
Hi all ,
We are having an issue , that how we will get to know that which all classes/methods/code are calling a particular method . I mean to say that lets say a method numberToWord() we have , i want to know which all classes/methods/code are calling this numberToWord() method .
please suggest me , any help will be greatly appreciated.
Thanks
*This post is locked for comments
I have the same question (0)Build cross-references. Then you can right-click any method, field etc. in AOT, choose Add-ins > Cross-reference > Used By to see where it's used.