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)
64
{ WellKnownTags.
Label
, LSP.CompletionItemKind.Text },
Microsoft.CodeAnalysis.Workspaces (2)
Tags\WellKnownTags.cs (2)
35
public const string Label = nameof(
Label
);
101
internal static readonly ImmutableArray<string> Label = ImmutableArray.Create(WellKnownTags.
Label
);