3 references to GetAdjustedIndentationString
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\FormattingUtilities.cs (3)
294indentationString = GetAdjustedIndentationString(context, formattedLine, fixedIndentationWidth); 459/// Unlike <see cref="GetAdjustedIndentationString"/>, this preserves Roslyn's original slice when no adjustment is needed. 469var indentationString = GetAdjustedIndentationString(context, formattedLine, fixedIndentationWidth);