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)
149
return indentationLevel *
_indentationSize
+ extraSpaces;
173
return Math.Max(0, baseIndentation + (indentationLevel + delta) *
_indentationSize
);
193
return (operation.IndentationDeltaOrPosition +
_indentationSize
* indentationLevel, operation);