3 references to GetAdjustedFormattedLineText
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\FormattingUtilities.cs (3)
343
replacementBuilder.Append(
GetAdjustedFormattedLineText
(context, formattedText.Lines[wrappedLineIndex], fixedIndentationWidth, formattedText.Lines[wrappedLineIndex].EndIncludingLineBreak));
346
replacementBuilder.Append(
GetAdjustedFormattedLineText
(context, formattedText.Lines[iFormatted], fixedIndentationWidth, formattedEnd));
652
GetAdjustedFormattedLineText
(context, formattedLine, fixedIndentationWidth, formattedLine.EndIncludingLineBreak)));