17 references to TypeConstraint
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Constraints.vb (1)
83Case SyntaxKind.TypeConstraint
Generated\Syntax.xml.Internal.Generated.vb (4)
43522Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.TypeConstraint, type, hash) 43527Dim result = New TypeConstraintSyntax(SyntaxKind.TypeConstraint, type) 55600Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.TypeConstraint, type, _factoryContext, hash) 55605Dim result = New TypeConstraintSyntax(SyntaxKind.TypeConstraint, type, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (2)
8035SyntaxKind.TypeConstraint 8235Return New TypeConstraintSyntax(SyntaxKind.TypeConstraint, Nothing, Nothing, type)
Generated\Syntax.xml.Syntax.Generated.vb (1)
5080''' <item><description><see cref="SyntaxKind.TypeConstraint"/></description></item>
Syntax\SyntaxFacts.vb (1)
94Case SyntaxKind.TypeConstraint
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
152Public ReadOnly Property TypeConstraint As Integer = SyntaxKind.TypeConstraint Implements ISyntaxKinds.TypeConstraint
Microsoft.CodeAnalysis.VisualBasic.Features (5)
Completion\KeywordRecommenders\Declarations\GenericConstraintsKeywordRecommender.vb (1)
37If previousConstraints.Any(Function(constraint) Not constraint.IsKind(SyntaxKind.TypeConstraint)) Then
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (3)
1598SyntaxKind.TypeConstraint 1997SyntaxKind.TypeConstraint 2253SyntaxKind.TypeConstraint,
GenerateType\VisualBasicGenerateTypeService.vb (1)
62expression.IsParentKind(SyntaxKind.TypeConstraint) AndAlso
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
1030ElseIf syntax.IsKind(SyntaxKind.TypeConstraint) Then
VisualBasicSyntaxKinds.vb (1)
152Public ReadOnly Property TypeConstraint As Integer = SyntaxKind.TypeConstraint Implements ISyntaxKinds.TypeConstraint