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