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