3 references to IndentationLevel
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\IndentationContext.cs (1)
31return $"Line: {Line}, IndentationLevel: {IndentationLevel}, RelativeIndentationLevel: {RelativeIndentationLevel}, ExistingIndentation: {ExistingIndentation}";
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
820var razorDesiredIndentation = context.GetIndentationOffsetForLevel(indentations[i].IndentationLevel);
Formatting\Passes\HtmlOnTypeFormattingPass.cs (1)
165var desiredIndentationLevel = indentations[i].IndentationLevel;