2 references to SyntaxTree
Microsoft.CodeAnalysis.Features (2)
Structure\Syntax\AbstractBlockStructureProvider.cs (2)
36var syntaxRoot = context.SyntaxTree.GetRoot(context.CancellationToken); 52var text = context.SyntaxTree.GetText(context.CancellationToken);