1 write to NestedActionSets
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActions\UnifiedSuggestedActionWithNestedActions.cs (1)
29NestedActionSets = nestedActionSets;
4 references to NestedActionSets
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
736newActions.AddRange(actionWithNestedActions.NestedActionSets.SelectMany(set => set.Actions));
Handler\CodeActions\CodeActionHelpers.cs (3)
147foreach (var actionSet in unifiedSuggestedActions.NestedActionSets) 257foreach (var nestedActionSet in suggestedActionWithNestedActions.NestedActionSets) 352foreach (var actionSet in suggestedActionWithNestedActions.NestedActionSets)