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