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