4 references to TypeVarKeyword
Microsoft.CodeAnalysis.CSharp (3)
Syntax\SyntaxKindFacts.cs (3)
1179
case SyntaxKind.
TypeVarKeyword
:
1285
return SyntaxKind.
TypeVarKeyword
;
1723
case SyntaxKind.
TypeVarKeyword
:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\TypeVarKeywordRecommender.cs (1)
15
: base(SyntaxKind.
TypeVarKeyword
)