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