1 reference to RemoveUnnecessaryNamespacesAsync
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Features\OrganizeImports\XamlRemoveUnnecessaryImportsService.cs (1)
34
return _removeService.
RemoveUnnecessaryNamespacesAsync
(document, cancellationToken) ?? Task.FromResult(document);