1 reference to GetOrganizeImportsOptionsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
130
var organizeOptions = await document.
GetOrganizeImportsOptionsAsync
(fallbackOptions, cancellationToken).ConfigureAwait(false);