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