2 references to GetFixedIndentationWidth
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\FormattingUtilities.cs (2)
249
var skippedPreviousLineIndentationWidth =
GetFixedIndentationWidth
(context, lineInfo);
288
var fixedIndentationWidth =
GetFixedIndentationWidth
(context, lineInfo);