1 implementation of GetIndentation
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (1)
16public IndentationResult GetIndentation(
1 reference to GetIndentation
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (1)
58var indentation = indenter.GetIndentation(newDocument, newTokenLine.LineNumber, options, cancellationToken);