1 implementation of CleanupAsync
Microsoft.CodeAnalysis.Workspaces (1)
CodeCleanup\Providers\SimplificationCodeCleanupProvider.cs (1)
19public Task<Document> CleanupAsync(Document document, ImmutableArray<TextSpan> spans, CodeCleanupOptions options, CancellationToken cancellationToken)
1 reference to CleanupAsync
Microsoft.CodeAnalysis.Workspaces (1)
CodeCleanup\AbstractCodeCleanerService.cs (1)
496currentDocument = await codeCleaner.CleanupAsync(currentDocument, spans, options, cancellationToken).ConfigureAwait(false);