16 references to StructureConstraint
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Constraints.vb (1)
71Case SyntaxKind.StructureConstraint
Generated\Syntax.xml.Internal.Generated.vb (4)
43465Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.StructureConstraint, constraintKeyword, hash) 43470Dim result = New SpecialConstraintSyntax(SyntaxKind.StructureConstraint, constraintKeyword) 55543Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.StructureConstraint, constraintKeyword, _factoryContext, hash) 55548Dim result = New SpecialConstraintSyntax(SyntaxKind.StructureConstraint, constraintKeyword, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (3)
8034SyntaxKind.StructureConstraint, 8178Return New SpecialConstraintSyntax(SyntaxKind.StructureConstraint, Nothing, Nothing, DirectCast(constraintKeyword.Node, InternalSyntax.KeywordSyntax)) 44109SyntaxKind.StructureConstraint
Generated\Syntax.xml.Syntax.Generated.vb (1)
4993''' <item><description><see cref="SyntaxKind.StructureConstraint"/></description></item>
Microsoft.CodeAnalysis.VisualBasic.Features (6)
Completion\KeywordRecommenders\Declarations\GenericConstraintsKeywordRecommender.vb (2)
41If previousConstraints.Any(Function(constraint) constraint.IsKind(SyntaxKind.ClassConstraint, SyntaxKind.StructureConstraint)) Then 45If previousConstraints.Any(Function(constraint) constraint.IsKind(SyntaxKind.NewConstraint, SyntaxKind.StructureConstraint)) Then
EditAndContinue\SyntaxComparer.vb (1)
1276Case SyntaxKind.StructureConstraint,
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (3)
1596SyntaxKind.StructureConstraint, 1995SyntaxKind.StructureConstraint, 2251SyntaxKind.StructureConstraint,
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\SyntaxFactsTest.vb (1)
843For Each item As SyntaxKind In {SyntaxKind.NewConstraint, SyntaxKind.ClassConstraint, SyntaxKind.StructureConstraint}