5 references to Assembly
Microsoft.CodeAnalysis.Features (5)
Common\SymbolDisplayPartKindTags.cs (1)
41
SymbolDisplayPartKind.AssemblyName => TextTags.
Assembly
,
Common\TaggedText.cs (2)
211
case TextTags.
Assembly
:
300
=> parts.Add(new TaggedText(TextTags.
Assembly
, text));
Common\TextTags.cs (1)
16
public const string Assembly = nameof(
Assembly
);
FindUsages\DefinitionItem.cs (1)
319
return ImmutableArray.Create(new TaggedText(TextTags.
Assembly
, assemblyName));