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