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