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