- Roslyn Cookbook
- Manish Vasani
- 92字
- 2021-07-15 17:07:31
See also
Our current analyzer implementation is completely stateless because it doesn t require analysis that is dependent upon more than one symbol at a time. We analyze each symbol individually and report diagnostics for it. However, if you need to do more complex analysis that requires collecting state from multiple symbols and then doing a compilation-wide analysis, you should write a stateful compilation analyzer with symbol and compilation actions. This is covered later in this chapter in the recipe Creating a compilation analyzer to analyze a whole compilation and report issues.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Apache Spark 2 for Beginners
- 編寫高質(zhì)量代碼:改善C程序代碼的125個(gè)建議
- Gradle for Android
- H5頁面設(shè)計(jì):Mugeda版(微課版)
- Mastering Business Intelligence with MicroStrategy
- Microsoft Azure Storage Essentials
- Creating Stunning Dashboards with QlikView
- 深入淺出React和Redux
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)教程(Windows 7+Office 2010)
- Go語言編程
- Mastering Docker
- Web App Testing Using Knockout.JS
- HTML5移動(dòng)Web開發(fā)
- SAP Web Dynpro for ABAP開發(fā)技術(shù)詳解:基礎(chǔ)應(yīng)用