4 references to Label
Microsoft.CodeAnalysis.Features (2)
Common\GlyphExtensions.cs (1)
145
case WellKnownTags.
Label
:
Completion\CompletionTags.cs (1)
43
public const string Label = WellKnownTags.
Label
;
Microsoft.CodeAnalysis.Workspaces (2)
Tags\WellKnownTags.cs (2)
35
public const string Label = nameof(
Label
);
105
internal static readonly ImmutableArray<string> Label = [WellKnownTags.
Label
];