2 references to GetIndentationOfCurrentPosition
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\BottomUpBaseIndentationFinder.cs (1)
63
return
GetIndentationOfCurrentPosition
(tree, token, position, cancellationToken);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
230
var indentation = Finder.
GetIndentationOfCurrentPosition
(this.Tree, token, LineToBeIndented.Start, CancellationToken.None);