I\'m currently using Visual Studio 2010, but I don\'t think this is a version specific issue (think it was the exact same way in 2008 as well).
When I want to find out w
The workaround I am using is to create a collapsed region of 10,000 empty lines at the top to force the 6,000+ lines of code in this function (that I didn't write) to sort by line number correctly using the "Find All References" feature. I keep this region of empty lines in a separate text file and temporarily copy and paste them to the top of the source code when I am frustrated with how the search results are sorting.