24 references to Keyword
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Completion\CompletionProviders\AwaitCompletionProviderTests.cs (2)
49await VerifyItemExistsAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwait, glyph: Glyph.Keyword, expectedDescriptionOrNull: expectedDescription, inlineDescription: inlineDescription); 54await VerifyItemExistsAsync(GetMarkup(code, languageVersion), CompletionDisplayTextAwaitAndConfigureAwait, glyph: Glyph.Keyword, expectedDescriptionOrNull: expectedDescription, inlineDescription: inlineDescription);
Completion\CompletionProviders\FunctionPointerUnmanagedCallingConventionCompletionProviderTests.cs (1)
65""", callingConvention, glyph: Glyph.Keyword);
Completion\CompletionProviders\XmlDocumentationCommentCompletionProviderTests.cs (1)
785await VerifyItemExistsAsync(source, keywordText, glyph: Glyph.Keyword);
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\CompletionProviders\FunctionPointerUnmanagedCallingConventionCompletionProvider.cs (1)
81completionItems.Add(CompletionItem.Create(callingConvention, tags: GlyphTags.GetTags(Glyph.Keyword)));
Completion\CompletionProviders\KeywordCompletionProvider.cs (1)
191glyph: Glyph.Keyword,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\FSharpGlyphHelpers.cs (2)
195case Microsoft.CodeAnalysis.Glyph.Keyword: 515return Microsoft.CodeAnalysis.Glyph.Keyword;
Microsoft.CodeAnalysis.ExternalAccess.FSharp.UnitTests (2)
FSharpGlyphTests.cs (2)
216case Microsoft.CodeAnalysis.Glyph.Keyword: 536return Microsoft.CodeAnalysis.Glyph.Keyword;
Microsoft.CodeAnalysis.Features (11)
Common\GlyphExtensions.cs (1)
143return Glyph.Keyword;
Common\GlyphTags.cs (1)
58Glyph.Keyword => WellKnownTagArrays.Keyword,
Completion\Providers\AbstractAwaitCompletionProvider.cs (1)
157glyph: Glyph.Keyword,
Completion\Providers\AbstractPreprocessorCompletionProvider.cs (1)
48glyph: Glyph.Keyword,
Completion\Providers\RecommendedKeyword.cs (1)
27public RecommendedKeyword(string keyword, string toolTip = "", Glyph glyph = Glyph.Keyword, bool isIntrinsic = false, bool shouldFormatOnCommit = false, int? matchPriority = null)
Completion\Providers\XmlDocCommentCompletionItem.cs (1)
24glyph: Glyph.Keyword,
ExternalAccess\Pythia\Api\PythiaGlyph.cs (1)
9Keyword = Glyph.Keyword
ExternalAccess\VSTypeScript\VSTypeScriptGlyphHelpers.cs (2)
60Glyph.Keyword => VSTypeScriptGlyph.Keyword, 147VSTypeScriptGlyph.Keyword => Glyph.Keyword,
Shared\Extensions\ISymbolExtensions_2.cs (2)
125? Glyph.Keyword 151return Glyph.Keyword;
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\Extensions.cs (1)
415Glyph.Keyword => (KnownImageIds.ImageCatalogGuid, KnownImageIds.IntellisenseKeyword),
Extensions\ProtocolConversions.cs (1)
715return Glyph.Keyword;
Microsoft.VisualStudio.LanguageServices (1)
Utilities\GlyphExtensions.cs (1)
97case Glyph.Keyword: