.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: