6 references to TypeVarKeyword
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxKindFacts.cs (4)
58
case SyntaxKind.
TypeVarKeyword
:
1212
case SyntaxKind.
TypeVarKeyword
:
1319
return SyntaxKind.
TypeVarKeyword
;
1759
case SyntaxKind.
TypeVarKeyword
:
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\TypeVarKeywordRecommender.cs (1)
15
: base(SyntaxKind.
TypeVarKeyword
)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxTests.cs (1)
272
case SyntaxKind.
TypeVarKeyword
: