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