1 write to _indentationSize
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (1)
38_indentationSize = indentationSize;
3 references to _indentationSize
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (3)
149return indentationLevel * _indentationSize + extraSpaces; 173return Math.Max(0, baseIndentation + (indentationLevel + delta) * _indentationSize); 193return (operation.IndentationDeltaOrPosition + _indentationSize * indentationLevel, operation);