2 references to GetIndentationLevel
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\FormattingUtilities.cs (1)
49
return
GetIndentationLevel
(currentIndentationWidth, tabSize, out additionalIndentation);
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
785
htmlIndentLevel = FormattingUtilities.
GetIndentationLevel
(firstAttributeNameSpan.Start - lineStart, _tabSize, out additionalIndentation);