3 instantiations of TypeParameterAndConstraint
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\ConstraintsHelper.vb (3)
850
New
TypeParameterAndConstraint
(DirectCast(fromConstraintOpt.Value.TypeConstraint, TypeParameterSymbol), constraint.AtLocation(fromConstraintOpt.Value.LocationOpt)),
851
New
TypeParameterAndConstraint
(typeParameter, constraint)))
873
Return New
TypeParameterAndConstraint
(TypeParameter, Constraint, True)
3 references to TypeParameterAndConstraint
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\ConstraintsHelper.vb (3)
293
Dim constraints = ArrayBuilder(Of
TypeParameterAndConstraint
).GetInstance()
826
constraintsBuilder As ArrayBuilder(Of
TypeParameterAndConstraint
),
871
Public Function ToBad() As
TypeParameterAndConstraint