2 overrides of Keyword
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\KeywordRecommenders\NintKeywordRecommender.cs (1)
11
protected override RecommendedKeyword
Keyword
=> new("nint");
Completion\KeywordRecommenders\NuintKeywordRecommender.cs (1)
19
protected 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
] : [];