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