10 references to Class
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (6)
IntelliSense\IntellisenseQuickInfoBuilderTests.vb (6)
35New TaggedText(TextTags.Class, "Console"), 64New TaggedText(TextTags.Class, "IOException"))))) 127New TaggedText(TextTags.Class, "Console"), 153New TaggedText(TextTags.Class, "IOException"))))) 212New TaggedText(TextTags.Class, "Console"), 252New TaggedText(TextTags.Class, "IOException")))))
Microsoft.CodeAnalysis.Features (4)
Common\SymbolDisplayPartKindTags.cs (1)
42SymbolDisplayPartKind.ClassName => TextTags.Class,
Common\TaggedText.cs (2)
150TextTags.Class => ClassificationTypeNames.ClassName, 231=> parts.Add(new TaggedText(TextTags.Class, text));
Common\TextTags.cs (1)
15public const string Class = nameof(Class);