.NET source code reference
July 15, 2015 3 Comments
This is just a tip if you’d like to check how a certain built-in method in .NET is implemented. The .NET core library has a reference page available here:
http://referencesource.microsoft.com/
You can search for a method, click the correct method name and view the exact implementation details:
Thank you! This is gold
Visual-Studio-Extension to open this SourceCodeReference via F12 in Visual-Studio is Ref12: https://visualstudiogallery.msdn.microsoft.com/f89b27c5-7d7b-4059-adde-7ccc709fa86e?SRC=VSIDE
Great, thanks for your tip. //Andras