11 references to Keyword
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (6)
IntelliSense\IntellisenseQuickInfoBuilderTests.vb (6)
32
New TaggedText(TextTags.
Keyword
, "void"),
38
New TaggedText(TextTags.
Keyword
, "string"),
124
New TaggedText(TextTags.
Keyword
, "void"),
130
New TaggedText(TextTags.
Keyword
, "string"),
209
New TaggedText(TextTags.
Keyword
, "void"),
215
New TaggedText(TextTags.
Keyword
, "string"),
Microsoft.CodeAnalysis.Features (5)
Common\SymbolDisplayPartKindTags.cs (1)
49
SymbolDisplayPartKind.Keyword => TextTags.
Keyword
,
Common\TaggedText.cs (2)
149
TextTags.
Keyword
=> ClassificationTypeNames.Keyword,
252
=> parts.Add(new TaggedText(TextTags.
Keyword
, text));
Common\TextTags.cs (1)
24
public const string Keyword = nameof(
Keyword
);
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (1)
484
? TextTags.
Keyword