2 references to GetIndentationAfter
Microsoft.CodeAnalysis.Features (2)
Wrapping\AbstractCodeActionComputer.cs (1)
86=> GetIndentationAfter(nodeOrToken, FormattingOptions2.IndentStyle.Smart);
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
135return GetIndentationAfter(previousToken, FormattingOptions2.IndentStyle.Block);