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