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)
243Debug.Assert(_currentComponentIndentationLevel > 0, "Component indentation level should not be at 0."); 616_currentComponentIndentationLevel);