5 references to Label
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
136case WellKnownTags.Label:
Completion\CompletionTags.cs (1)
43public const string Label = WellKnownTags.Label;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
74{ WellKnownTags.Label, ImmutableArray.Create(LSP.CompletionItemKind.Text) },
Microsoft.CodeAnalysis.Workspaces (2)
Tags\WellKnownTags.cs (2)
35public const string Label = nameof(Label); 103internal static readonly ImmutableArray<string> Label = [WellKnownTags.Label];