2 references to GetTokenColumn
Microsoft.CodeAnalysis.Workspaces (2)
BottomUpBaseIndentationFinder.cs (2)
82
return tree.
GetTokenColumn
(alignmentBaseToken, _tabSize);
104
t => tree.
GetTokenColumn
(t, _tabSize),