4 references to Title
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActionsSource_Async.cs (1)
273unifiedSuggestedActionSet.Title,
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (3)
680=> new(set.CategoryName, set.Actions, set.Title, priority, set.ApplicableToSpan); 713actionSet.Title, 750: new SuggestedActionSet(set.CategoryName, actions.ToImmutable(), set.Title, set.Priority, set.ApplicableToSpan);