3 references to GetIndentationOfCurrentPosition
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (2)
478
return indenter.IndentFromStartOfLine(indenter.Finder.
GetIndentationOfCurrentPosition
(indenter.Tree, token, position, spaceToAdd, indenter.CancellationToken));
487
return indenter.IndentFromStartOfLine(indenter.Finder.
GetIndentationOfCurrentPosition
(indenter.Tree, token, position, spaceToAdd, indenter.CancellationToken));
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (1)
92
return
GetIndentationOfCurrentPosition
(tree, token, position, extraSpaces: 0, cancellationToken: cancellationToken);