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