11 references to TypeParameterSingleConstraintClause
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Constraints.vb (1)
27Case SyntaxKind.TypeParameterSingleConstraintClause
Generated\Syntax.xml.Internal.Generated.vb (4)
43359Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.TypeParameterSingleConstraintClause, asKeyword, constraint, hash) 43364Dim result = New TypeParameterSingleConstraintClauseSyntax(SyntaxKind.TypeParameterSingleConstraintClause, asKeyword, constraint) 55437Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.TypeParameterSingleConstraintClause, asKeyword, constraint, _factoryContext, hash) 55442Dim result = New TypeParameterSingleConstraintClauseSyntax(SyntaxKind.TypeParameterSingleConstraintClause, asKeyword, constraint, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
8039Return New TypeParameterSingleConstraintClauseSyntax(SyntaxKind.TypeParameterSingleConstraintClause, Nothing, Nothing, DirectCast(asKeyword.Node, InternalSyntax.KeywordSyntax), constraint)
Generated\Syntax.xml.Syntax.Generated.vb (1)
4697''' <item><description><see cref="SyntaxKind.TypeParameterSingleConstraintClause"/></description></item>
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicSyntaxContext.vb (1)
175isGenericConstraintContext:=targetToken.Parent.IsKind(SyntaxKind.TypeParameterSingleConstraintClause, SyntaxKind.TypeParameterMultipleConstraintClause),
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (2)
1593SyntaxKind.TypeParameterSingleConstraintClause, 1992Case SyntaxKind.TypeParameterSingleConstraintClause,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxContext.vb (1)
175isGenericConstraintContext:=targetToken.Parent.IsKind(SyntaxKind.TypeParameterSingleConstraintClause, SyntaxKind.TypeParameterMultipleConstraintClause),