10 references to Class
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (6)
IntelliSense\IntellisenseQuickInfoBuilderTests.vb (6)
34New TaggedText(TextTags.Class, "Console"), 63New TaggedText(TextTags.Class, "IOException"))))) 126New TaggedText(TextTags.Class, "Console"), 152New TaggedText(TextTags.Class, "IOException"))))) 211New TaggedText(TextTags.Class, "Console"), 251New 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)
17public const string Class = nameof(Class);