13 references to Actions
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource_Async.cs (1)
272
unifiedSuggestedActionSet.
Actions
.SelectAsArray(set => ConvertToSuggestedAction(set)),
Microsoft.CodeAnalysis.LanguageServer.Protocol (12)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (6)
309
var provider = suppressionSets[0].
Actions
[0].Provider;
680
=> new(set.CategoryName, set.
Actions
, set.Title, priority, set.ApplicableToSpan);
689
return currentActionCount + actionSets.Sum(a => a.
Actions
.Length) > 3
697
foreach (var action in actionSet.
Actions
)
702
newActions.AddRange(action.NestedActionSets.SelectMany(set => set.
Actions
));
740
foreach (var action in set.
Actions
)
Handler\CodeActions\CodeActionHelpers.cs (6)
59
foreach (var suggestedAction in set.
Actions
)
80
foreach (var suggestedAction in set.
Actions
)
156
foreach (var action in actionSet.
Actions
)
266
foreach (var nestedSuggestedAction in nestedActionSet.
Actions
)
325
foreach (var suggestedAction in set.
Actions
)
356
foreach (var action in actionSet.
Actions
)