4 references to Assembly
Microsoft.CodeAnalysis.Features (4)
Common\SymbolDisplayPartKindTags.cs (1)
41SymbolDisplayPartKind.AssemblyName => TextTags.Assembly,
Common\TaggedText.cs (2)
168TextTags.Alias or TextTags.Assembly or TextTags.ErrorType or TextTags.RangeVariable => ClassificationTypeNames.Identifier, 228=> parts.Add(new TaggedText(TextTags.Assembly, text));
Common\TextTags.cs (1)
16public const string Assembly = nameof(Assembly);