1 implementation of RemoveUnnecessaryImportsAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractRemoveUnnecessaryImportsService.cs (1)
23public Task<Document> RemoveUnnecessaryImportsAsync(Document document, SyntaxFormattingOptions? formattingOptions, CancellationToken cancellationToken)
1 reference to RemoveUnnecessaryImportsAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractRemoveUnnecessaryImportsCodeFixProvider.cs (1)
50return await service.RemoveUnnecessaryImportsAsync(document, formattingOptions, cancellationToken).ConfigureAwait(false);