11 references to Keyword
Microsoft.CodeAnalysis.Features (11)
Common\GlyphExtensions.cs (1)
135
return Glyph.
Keyword
;
Common\GlyphTags.cs (1)
58
Glyph.
Keyword
=> WellKnownTagArrays.Keyword,
Completion\Providers\AbstractAwaitCompletionProvider.cs (1)
159
glyph: Glyph.
Keyword
,
Completion\Providers\AbstractPreprocessorCompletionProvider.cs (1)
48
glyph: Glyph.
Keyword
,
Completion\Providers\RecommendedKeyword.cs (1)
27
public RecommendedKeyword(string keyword, string toolTip = "", Glyph glyph = Glyph.
Keyword
, bool isIntrinsic = false, bool shouldFormatOnCommit = false, int? matchPriority = null)
Completion\Providers\XmlDocCommentCompletionItem.cs (1)
24
glyph: Glyph.
Keyword
,
ExternalAccess\Pythia\Api\PythiaGlyph.cs (1)
9
Keyword = Glyph.
Keyword
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
60
Glyph.
Keyword
=> VSTypeScriptGlyph.Keyword,
144
VSTypeScriptGlyph.Keyword => Glyph.
Keyword
,
Shared\Extensions\ISymbolExtensions_2.cs (2)
126
? Glyph.
Keyword
152
return Glyph.
Keyword
;