2 references to GetIndentationTriviaAsync
Microsoft.CodeAnalysis.Features (2)
Wrapping\SeparatedSyntaxList\SeparatedSyntaxListCodeActionComputer.cs (2)
280
var indentationTrivia = await
GetIndentationTriviaAsync
(wrappingStyle, cancellationToken).ConfigureAwait(false);
407
var indentationTrivia = await
GetIndentationTriviaAsync
(wrappingStyle, cancellationToken).ConfigureAwait(false);