I am trying to step through some of the .Net source in System.Linq (specifically System.Linq.Enumerable.cs) and have followed a few existing guides for stepping through .Net source:
How can I step into Microsoft's .NET framework source code?
https://blogs.msdn.microsoft.com/mcsuksoldev/2010/09/09/debugging-the-net-framework-source-code/
But so far nothing is working. I have disabled 'Just My Code' and enabled '.Net source stepping' in VS 2015. Its shows modules loaded for mscorelib.dll and System.Core.dll but System.Linq.dll is unable to load symbols.