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