9 references to TypeVarKeyword
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxKindFacts.cs (4)
58case SyntaxKind.TypeVarKeyword: 1280case SyntaxKind.TypeVarKeyword: 1388return SyntaxKind.TypeVarKeyword; 1830case SyntaxKind.TypeVarKeyword:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
542SyntaxKind.TypeVarKeyword => AttributeTargets.GenericParameter,
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\TypeVarKeywordRecommender.cs (1)
12internal sealed class TypeVarKeywordRecommender() : AbstractSyntacticSingleKeywordRecommender(SyntaxKind.TypeVarKeyword)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxTests.cs (1)
272case SyntaxKind.TypeVarKeyword:
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
542SyntaxKind.TypeVarKeyword => AttributeTargets.GenericParameter,
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
542SyntaxKind.TypeVarKeyword => AttributeTargets.GenericParameter,