2 references to FromAlignTokensOperations
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpIndentationService.Indenter.cs (1)
201
var alignmentTokenIndentation = indenter.Finder.
FromAlignTokensOperations
(indenter.Tree, token);
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicIndentationService.Indenter.vb (1)
253
Dim alignmentTokenIndentation = indenter.Finder.
FromAlignTokensOperations
(indenter.Tree, token)