2 references to GetIndentationAfterAsync
Microsoft.CodeAnalysis.Features (2)
Wrapping\AbstractCodeActionComputer.cs (1)
84
=>
GetIndentationAfterAsync
(nodeOrToken, FormattingOptions2.IndentStyle.Smart, cancellationToken);
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
134
return
GetIndentationAfterAsync
(previousToken, FormattingOptions2.IndentStyle.Block, cancellationToken);