从文档中获取语法树根
如果你已经可以从工作区( 使用工作区 ) 访问 Document
类,则可以轻松访问语法树的根目录。
Document document = ... // Get document from workspace or other source
var syntaxRoot = await document.GetSyntaxRootAsync();
如果你已经可以从工作区( 使用工作区 ) 访问 Document
类,则可以轻松访问语法树的根目录。
Document document = ... // Get document from workspace or other source
var syntaxRoot = await document.GetSyntaxRootAsync();