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