1 implementation of GetIndentation
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (1)
16
public IndentationResult
GetIndentation
(
2 references to GetIndentation
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\IIndentationService.cs (1)
58
var indentation = indenter.
GetIndentation
(newDocument, newTokenLine.LineNumber, options, cancellationToken);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\ConvertNamespace\ConvertNamespaceTransform.cs (1)
103
var indentation = indentationService.
GetIndentation
(document, openBraceLine + 1, indentationOptions, cancellationToken);