11 references to Keyword
Microsoft.CodeAnalysis.Features (11)
Common\GlyphExtensions.cs (1)
134
return Glyph.
Keyword
;
Common\GlyphTags.cs (1)
60
Glyph.
Keyword
=> WellKnownTagArrays.Keyword,
Completion\Providers\AbstractAwaitCompletionProvider.cs (1)
161
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)
63
Glyph.
Keyword
=> VSTypeScriptGlyph.Keyword,
147
VSTypeScriptGlyph.Keyword => Glyph.
Keyword
,
Shared\Extensions\ISymbolExtensions_2.cs (2)
125
? Glyph.
Keyword
151
return Glyph.
Keyword
;