2 writes to _currentComponentIndentationLevel
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\FormattingVisitor.cs (2)
233
_currentComponentIndentationLevel
+= componentIndentationLevels;
244
_currentComponentIndentationLevel
-= componentIndentationLevels;
2 references to _currentComponentIndentationLevel
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\FormattingVisitor.cs (2)
243
Debug.Assert(
_currentComponentIndentationLevel
> 0, "Component indentation level should not be at 0.");
616
_currentComponentIndentationLevel
);