3 references to GetIndentations
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (2)
466
var indentations = context.
GetIndentations
();
610
var indentations = context.
GetIndentations
();
Formatting\Passes\HtmlOnTypeFormattingPass.cs (1)
85
var indentations = context.
GetIndentations
();