1 reference to GetBraceTokenIndentationAsync
Microsoft.CodeAnalysis.Features (1)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (1)
92
_braceIndentationTrivia = AsyncLazy.Create(async cancellationToken => generator.Whitespace(await
GetBraceTokenIndentationAsync
(cancellationToken).ConfigureAwait(false)));