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