1 write to NestedActionSets
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActions\UnifiedSuggestedActionWithNestedActions.cs (1)
29NestedActionSets = nestedActionSets;
5 references to NestedActionSets
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedActionsSource.cs (1)
244nestedAction.NestedActionSets.SelectAsArray((s, arg) => ConvertToSuggestedActionSet(s, arg.owner, arg.subjectBuffer), (owner, subjectBuffer))),
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.cs (1)
244nestedAction.NestedActionSets.SelectAsArray((s, arg) => ConvertToSuggestedActionSet(s, arg.owner, arg.subjectBuffer), (owner, subjectBuffer))),
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
747newActions.AddRange(actionWithNestedActions.NestedActionSets.SelectMany(set => set.Actions));
Handler\CodeActions\CodeActionHelpers.cs (2)
130foreach (var nestedActionSet in suggestedActionWithNestedActions.NestedActionSets) 220foreach (var actionSet in suggestedActionWithNestedActions.NestedActionSets)