1 reference to AddIndentationToDocumentAsync
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetProviders\AbstractSnippetProvider.cs (1)
91
var documentWithIndentation = await
AddIndentationToDocumentAsync
(reformattedDocument, cancellationToken).ConfigureAwait(false);