9 references to CleanupDocumentAsync
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
AddPackage\AspNetCoreAddPackageCodeAction.cs (1)
67
var cleanedDocument = await CodeAction.
CleanupDocumentAsync
(
Microsoft.CodeAnalysis.Features (5)
AddImport\References\Reference.cs (1)
119
var cleanedDocument = await CodeAction.
CleanupDocumentAsync
(
AddImport\References\SymbolReference.cs (1)
66
var cleanedDocument = await CodeAction.
CleanupDocumentAsync
(
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.GlobalSuppressMessageFixAllCodeAction.cs (1)
148
var final = await
CleanupDocumentAsync
(result, cleanupOptions, cancellationToken).ConfigureAwait(false);
Formatting\AbstractNewDocumentFormattingService.cs (1)
55
document = await CodeAction.
CleanupDocumentAsync
(document, options, cancellationToken).ConfigureAwait(false);
FullyQualify\AbstractFullyQualifyService.cs (1)
222
var cleanedDocument = await CodeAction.
CleanupDocumentAsync
(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ConvertTupleToStructCodeRefactoringProvider\RemoteConvertTupleToStructCodeRefactoringService.cs (1)
85
var cleaned = await CodeAction.
CleanupDocumentAsync
(document, options, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (1)
470
return await
CleanupDocumentAsync
(document, options, cancellationToken).ConfigureAwait(false);
Simplification\Simplifier.cs (1)
54
/// The annotation <see cref="CodeAction.
CleanupDocumentAsync
"/> used to identify sub trees to look for symbol annotations on.