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