1 reference to OrganizeFixesAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
56
var organizedFixes = await
OrganizeFixesAsync
(workspace, originalSolution, text, filteredFixes, cancellationToken).ConfigureAwait(false);