1 write to Tree
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
54
Tree
= tree;
3 references to Tree
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (3)
80
_syntaxFacts.IsInInactiveRegion(this.
Tree
, LineToBeIndented.Start, this.CancellationToken))
225
if (this.
Tree
.OverlapsHiddenPosition(GetNormalizedSpan(position), CancellationToken))
230
var indentation = Finder.GetIndentationOfCurrentPosition(this.
Tree
, token, LineToBeIndented.Start, CancellationToken.None);