I need to copy methods from one project into another project. Some of the methods have are depenedent on referenced modules. How can the reference that contains the method be determined short of opening all the referenced dlls?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right click on the method call and select “Go to Definition” (or the like, don’t have Visual Studio open right now). The keyboard shortcut is F12 (thanks @seth flowers)
That should take you the the Object Browser and let you know which assembly the method is in.