1 write to SyntaxTree
Microsoft.CodeAnalysis.Features (1)
Structure\BlockStructureContext.cs (1)
22
SyntaxTree
= syntaxTree;
1 reference to SyntaxTree
Microsoft.CodeAnalysis.Features (1)
Structure\Syntax\AbstractBlockStructureProvider.cs (1)
37
var syntaxRoot = context.
SyntaxTree
.GetRoot(context.CancellationToken);