1 write to Root
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
54Root = (TSyntaxRoot)tree.GetRoot(cancellationToken);
6 references to Root
Roslyn.Diagnostics.Analyzers (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (4)
116var trivia = Root.FindTrivia(lastPos.Value); 125var token = Root.FindToken(LineToBeIndented.Start); 228var token = Root.FindTokenFromEnd(LineToBeIndented.Start); 248=> Math.Min(Root.EndOfFileToken.FullSpan.Start, position);
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (2)
23indenter.Rules, indenter.Root, indenter.LineToBeIndented, indenter.Options, out syntaxToken); 139if (!indenter.Root.FindToken(currentLine.Start, findInsideTrivia: true).IsKind(SyntaxKind.InterpolatedStringTextToken))