4 references to GetIndentationOfCurrentPosition
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpIndentationService.Indenter.cs (2)
483
return indenter.IndentFromStartOfLine(indenter.Finder.
GetIndentationOfCurrentPosition
(indenter.Tree, token, position, spaceToAdd, indenter.CancellationToken));
492
return indenter.IndentFromStartOfLine(indenter.Finder.
GetIndentationOfCurrentPosition
(indenter.Tree, token, position, spaceToAdd, indenter.CancellationToken));
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicIndentationService.Indenter.vb (1)
167
Return indenter.IndentFromStartOfLine(indenter.Finder.
GetIndentationOfCurrentPosition
(indenter.Tree, token, position, extraSpaces, indenter.CancellationToken))
Microsoft.CodeAnalysis.Workspaces (1)
BottomUpBaseIndentationFinder.cs (1)
92
return
GetIndentationOfCurrentPosition
(tree, token, position, extraSpaces: 0, cancellationToken: cancellationToken);