8 references to CategoryName
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource_Async.cs (1)
271unifiedSuggestedActionSet.CategoryName,
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (5)
360Debug.Assert(set.CategoryName is UnifiedPredefinedSuggestedActionCategoryNames.CodeFix or 364if (set.CategoryName == UnifiedPredefinedSuggestedActionCategoryNames.ErrorFix) 680=> new(set.CategoryName, set.Actions, set.Title, priority, set.ApplicableToSpan); 711actionSet.CategoryName, 750: new SuggestedActionSet(set.CategoryName, actions.ToImmutable(), set.Title, set.Priority, set.ApplicableToSpan);
Handler\CodeActions\CodeActionHelpers.cs (2)
66codeActionKind: GetCodeActionKindFromSuggestedActionCategoryName(set.CategoryName!, suggestedAction), 87GetCodeActionKindFromSuggestedActionCategoryName(set.CategoryName!, suggestedAction)));