1 implementation of RemoveUnnecessaryImportsAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\7a47995420f988d7\AbstractRemoveUnnecessaryImportsService.cs (1)
19
public Task<Document>
RemoveUnnecessaryImportsAsync
(Document document, CancellationToken cancellationToken)
1 reference to RemoveUnnecessaryImportsAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\roslyn\src\Analyzers\Core\CodeFixes\RemoveUnnecessaryImports\AbstractRemoveUnnecessaryImportsCodeFixProvider.cs (1)
49
return service.
RemoveUnnecessaryImportsAsync
(document, cancellationToken);