1 implementation of GetIndentation
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (1)
19public IndentationResult GetIndentation(
1 reference to GetIndentation
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (1)
59var indentation = indenter.GetIndentation(newDocument, newTokenLine.LineNumber, options, cancellationToken);