I am new to a company and their code is not documented. I'm calling a complex function but cannot get it to work. I'd like to see how this function is called in their production code. The more examples of it's usage I can find, the better. This function is rarely called. All of their code exists in one Visual Studio project. There is about 150 sub-projects. I'd say the chance that a sub-project uses this function is 5%. Each project contains a wide variety of file types. What I'd like to do specifically, if find all JavaScript files with "insert string here" in their code. How can I do this?
This project is also hosted by Team Foundation Server.