1 write to _tabSize
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (1)
37
_tabSize
= tabSize;
2 references to _tabSize
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (2)
82
return tree.GetTokenColumn(alignmentBaseToken,
_tabSize
);
104
t => tree.GetTokenColumn(t,
_tabSize
),