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