1 write to Root
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
55
Root
= (TSyntaxRoot)tree.GetRoot(cancellationToken);
4 references to Root
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (4)
117
var trivia =
Root
.FindTrivia(lastPos.Value);
126
var token =
Root
.FindToken(LineToBeIndented.Start);
229
var token =
Root
.FindTokenFromEnd(LineToBeIndented.Start);
249
=> Math.Min(
Root
.EndOfFileToken.FullSpan.Start, position);