4 references to Label
Microsoft.CodeAnalysis.Features (4)
Common\SymbolDisplayPartKindTags.cs (1)
50
SymbolDisplayPartKind.LabelName => TextTags.
Label
,
Common\TaggedText.cs (2)
159
TextTags.
Label
=> ClassificationTypeNames.LabelName,
255
=> parts.Add(new TaggedText(TextTags.
Label
, text));
Common\TextTags.cs (1)
25
public const string Label = nameof(
Label
);