1 implementation of GetIndentation
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractIndentationService.cs (1)
19
public IndentationResult
GetIndentation
(
2 references to GetIndentation
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
IIndentationService.cs (1)
59
var indentation = indenter.
GetIndentation
(newDocument, newTokenLine.LineNumber, options, cancellationToken);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ConvertNamespaceTransform.cs (1)
114
var indentation = indentationService.
GetIndentation
(document, openBraceLine + 1, indentationOptions, cancellationToken);