3 references to CleanupSyntaxAsync
Microsoft.CodeAnalysis.Features (2)
AddImport\References\Reference.cs (1)
133: await CodeAction.CleanupSyntaxAsync(newDocument, options, cancellationToken).ConfigureAwait(false);
Formatting\AbstractNewDocumentFormattingService.cs (1)
56document = await CodeAction.CleanupSyntaxAsync(document, options, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction_Cleanup.cs (1)
45static (document, options, cancellationToken) => CleanupSyntaxAsync(document, options, cancellationToken);