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