1 write to TypeParameter
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\ConstraintsHelper.vb (1)
862Me.TypeParameter = typeParameter
12 references to TypeParameter
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\ConstraintsHelper.vb (12)
313If (pair1.TypeParameter Is typeParameter) AndAlso (pair2.TypeParameter Is typeParameter) Then 327ElseIf (pair1.TypeParameter Is pair2.TypeParameter) Then 333If pair1.TypeParameter Is typeParameter Then 341pair2.TypeParameter))) 344ElseIf pair2.TypeParameter Is typeParameter Then 351pair1.TypeParameter, 362pair2.TypeParameter, 364pair1.TypeParameter))) 873Return New TypeParameterAndConstraint(TypeParameter, Constraint, True) 877Dim result = String.Format("{0} : {1}", TypeParameter, Constraint)