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)
82return tree.GetTokenColumn(alignmentBaseToken, _tabSize); 104t => tree.GetTokenColumn(t, _tabSize),