8 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.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
18874
Assert.NotNull(objectUnderTest.
constraint
)
18875
Dim withObj = objectUnderTest.WithAsKeyword(objectUnderTest.AsKeyword).WithConstraint(objectUnderTest.
Constraint
)