7 references to TypeParameterSingleConstraintClause
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Constraints.vb (1)
27Case SyntaxKind.TypeParameterSingleConstraintClause
Generated\Syntax.xml.Internal.Generated.vb (4)
35431Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.TypeParameterSingleConstraintClause, asKeyword, constraint, hash) 35436Dim result = New TypeParameterSingleConstraintClauseSyntax(SyntaxKind.TypeParameterSingleConstraintClause, asKeyword, constraint) 47497Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.TypeParameterSingleConstraintClause, asKeyword, constraint, _factoryContext, hash) 47502Dim 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>