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