How to view source code of dependencies in Visual Studio 2015 by clicking F12?

Viewed 702

Clicking F12 on functions from some of dependencies always results with some, often useless, list of variables and methods of class:

What I see after clicking F12 on class from one of dependencies

It of course provides some brief explanation/summary of what code does, but I often need some more details, preferably: see the code.

Since ASP.net is open-source now, I wonder if there was some possibility to view actual source code of class (using F12 button) instead of showing this metadata. Is there some plugin for that?

1 Answers
Related