2 overrides of Keyword
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\KeywordRecommenders\NintKeywordRecommender.cs (1)
11protected override RecommendedKeyword Keyword => new("nint");
Completion\KeywordRecommenders\NuintKeywordRecommender.cs (1)
19protected override RecommendedKeyword Keyword => new("nuint", matchPriority: MatchPriority.Default - 1);
1 reference to Keyword
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\AbstractNativeIntegerKeywordRecommender.cs (1)
39=> IsValidContext(context) ? [Keyword] : [];