7 references to Constraint
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Constraints.vb (1)
28BindTypeParameterConstraint(containingSymbol, DirectCast(clause, TypeParameterSingleConstraintClauseSyntax).Constraint, constraints, constraintsBuilder, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
1923Dim newConstraint = DirectCast(Visit(node.Constraint), ConstraintSyntax) 1924If node.Constraint IsNot newConstraint Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
4731return Update(asKeyword, Me.Constraint) 4765Return Me.Constraint 4791If asKeyword <> Me.AsKeyword OrElse constraint IsNot Me.Constraint Then
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\BasicDetectPreviewFeatureAnalyzer.vb (1)
173Return GetTypeConstraints(singleConstraint.Constraint, previewSymbol)