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