- 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.
推薦閱讀
- jQuery EasyUI網(wǎng)站開(kāi)發(fā)實(shí)戰(zhàn)
- Instant QlikView 11 Application Development
- 嚴(yán)密系統(tǒng)設(shè)計(jì):方法、趨勢(shì)與挑戰(zhàn)
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- INSTANT Django 1.5 Application Development Starter
- Learning Python Design Patterns
- Python編程實(shí)戰(zhàn)
- Node.js Design Patterns
- Nginx Lua開(kāi)發(fā)實(shí)戰(zhàn)
- 51單片機(jī)C語(yǔ)言開(kāi)發(fā)教程
- INSTANT Silverlight 5 Animation
- Django 3.0應(yīng)用開(kāi)發(fā)詳解
- Web App Testing Using Knockout.JS
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Building Microservices with Go