1 write to Root
Microsoft.CodeAnalysis.Workspaces (1)
AbstractIndentation.Indenter.cs (1)
55
Root
= (TSyntaxRoot)tree.GetRoot(cancellationToken);
7 references to Root
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpIndentationService.Indenter.cs (2)
26
indenter.Rules, indenter.
Root
, indenter.LineToBeIndented, indenter.Options, out syntaxToken);
142
if (!indenter.
Root
.FindToken(currentLine.Start, findInsideTrivia: true).IsKind(SyntaxKind.InterpolatedStringTextToken))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicIndentationService.Indenter.vb (1)
37
indenter.Rules, indenter.
Root
, indenter.LineToBeIndented, indenter.Options.FormattingOptions, token)
Microsoft.CodeAnalysis.Workspaces (4)
AbstractIndentation.Indenter.cs (4)
116
var trivia =
Root
.FindTrivia(lastPos.Value);
125
var token =
Root
.FindToken(LineToBeIndented.Start);
228
var token =
Root
.FindTokenFromEnd(LineToBeIndented.Start);
248
=> Math.Min(
Root
.EndOfFileToken.FullSpan.Start, position);