I have a ASP.NET project that consists of many C#
libraries in addition to the web project. The problem (for some reason) is that all projects that make up the web application are NOT added into one solution within a same visual studio. Instead, most projects are separated within individual visual studio. All projects are stored in source control, and shared by other developers.
Thus, the question is that how to find usage of any code, like "Find Usage
" via Resharper. Is there any tools or tricks that allows me to do that like Resharper's Find Usage
.
Any advice?