In Ax 2012 AOT if I was looking for references to a method, I could right-click on the Class-node and choose "Find" and enter the method name. It then searched all the classes in the class-node and show me the references.
I don't see this functionality in visual Studio for D365. I can on a specific class or method right-click and choose find Reference. although that is handy in some cases, it won't help me in this case where I need to find function "doPhysicalUpdate". This function is inside class InventUpd_Physical on method updatePhyscialReceipt in Ax2012. But it is not in that method in D365.
I need to add changes to that function. Any idea where it went or how I can search for it?
Thanks for your help.