14 references to StructureConstraint
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Constraints.vb (1)
71Case SyntaxKind.StructureConstraint
Generated\Syntax.xml.Internal.Generated.vb (4)
35537Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.StructureConstraint, constraintKeyword, hash) 35542Dim result = New SpecialConstraintSyntax(SyntaxKind.StructureConstraint, constraintKeyword) 47603Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.StructureConstraint, constraintKeyword, _factoryContext, hash) 47608Dim 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 (5)
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)
1278Case SyntaxKind.StructureConstraint,
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (2)
1161SyntaxKind.StructureConstraint, 1562SyntaxKind.StructureConstraint,