As a result, you cannot view the source code using the "Go to Definition" for classes that are included in your project through file links (usually third-party assemblies). For classes that are included through project links, you can view the code this way. All "Go to definition" is an attempt to find a code file for the type of your project or the project to which reference is made. If you do not have an available code file (which would be for third-party assemblies), it will not be able to show it and gives a definition generated from the metadata of the type.
If you know where the source code is, you can do this with a macro of a certain type or simply include it as a link to the project, rather than a link to the file.
Scott dorman
source share