5 references to Label
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
136
case WellKnownTags.
Label
:
Completion\CompletionTags.cs (1)
43
public 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)
35
public const string Label = nameof(
Label
);
103
internal static readonly ImmutableArray<string> Label = [WellKnownTags.
Label
];