2 references to CleanupSyntaxAsync
Microsoft.CodeAnalysis.Features (1)
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);