3 references to GetSmartIndentationAfterAsync
Microsoft.CodeAnalysis.Features (3)
Wrapping\BinaryExpression\BinaryExpressionCodeActionComputer.cs (1)
66
await
GetSmartIndentationAfterAsync
(_exprsAndOperators[1], cancellationToken).ConfigureAwait(false))));
Wrapping\ChainedExpression\ChainedExpressionCodeActionComputer.cs (1)
88
await
GetSmartIndentationAfterAsync
(firstPeriod, cancellationToken).ConfigureAwait(false))));
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
119
return
GetSmartIndentationAfterAsync
(openToken, cancellationToken);