4 references to Module
Microsoft.CodeAnalysis.Features (4)
Common\SymbolDisplayPartKindTags.cs (1)
56
SymbolDisplayPartKind.ModuleName => TextTags.
Module
,
Common\TaggedText.cs (2)
168
case TextTags.
Module
:
345
=> parts.Add(new TaggedText(TextTags.
Module
, text));
Common\TextTags.cs (1)
31
public const string Module = nameof(
Module
);