Where can I find source code for .net CLR and C#?

后端 未结 6 1940
一整个雨季
一整个雨季 2021-02-04 17:08

Is the source code for Microsoft .net CLR and C# open? If yes, where can I download/browse it?

6条回答
  •  轮回少年
    2021-02-04 17:37

    You can have a look at the official one: Microsoft Reference Source.

    You can browse the source code in Visual Studio as well, while debugging. To enable this feature, follow the steps described here: Configure Visual Studio 2013 for debugging .NET framework

提交回复
热议问题