ASP.NET Core MVC 2.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

Learning to use all Roslyn APIs could be the subject of an entire book. In this recipe, we will just manipulate one of these APIs: the Syntax Trees API. We will create a Syntax Tree and we will analyze it.