2 references to GetUnifiedSuggestedActionSetAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (2)
517
var unifiedActionSet = await
GetUnifiedSuggestedActionSetAsync
(action, applicableToSpan, selection, cancellationToken).ConfigureAwait(false);
546
var unifiedAction = await
GetUnifiedSuggestedActionSetAsync
(nestedAction, applicableToSpan, selection, cancellationToken).ConfigureAwait(false);