4 references to Interface
Microsoft.CodeAnalysis.Features (4)
Common\SymbolDisplayPartKindTags.cs (1)
48
SymbolDisplayPartKind.InterfaceName => TextTags.
Interface
,
Common\TaggedText.cs (2)
153
TextTags.
Interface
=> ClassificationTypeNames.InterfaceName,
249
=> parts.Add(new TaggedText(TextTags.
Interface
, text));
Common\TextTags.cs (1)
23
public const string Interface = nameof(
Interface
);