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