14 references to StructureConstraint
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Constraints.vb (1)
71
Case SyntaxKind.
StructureConstraint
Generated\Syntax.xml.Internal.Generated.vb (4)
35537
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
StructureConstraint
, constraintKeyword, hash)
35542
Dim result = New SpecialConstraintSyntax(SyntaxKind.
StructureConstraint
, constraintKeyword)
47603
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
StructureConstraint
, constraintKeyword, _factoryContext, hash)
47608
Dim result = New SpecialConstraintSyntax(SyntaxKind.
StructureConstraint
, constraintKeyword, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (3)
8034
SyntaxKind.
StructureConstraint
,
8178
Return New SpecialConstraintSyntax(SyntaxKind.
StructureConstraint
, Nothing, Nothing, DirectCast(constraintKeyword.Node, InternalSyntax.KeywordSyntax))
44109
SyntaxKind.
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)
41
If previousConstraints.Any(Function(constraint) constraint.IsKind(SyntaxKind.ClassConstraint, SyntaxKind.
StructureConstraint
)) Then
45
If previousConstraints.Any(Function(constraint) constraint.IsKind(SyntaxKind.NewConstraint, SyntaxKind.
StructureConstraint
)) Then
EditAndContinue\SyntaxComparer.vb (1)
1278
Case SyntaxKind.
StructureConstraint
,
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (2)
1161
SyntaxKind.
StructureConstraint
,
1562
SyntaxKind.
StructureConstraint
,