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