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