10 references to ValueType
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Constraints.vb (5)
54
ElseIf (constraints And TypeParameterConstraintKind.
ValueType
) <> 0 Then
64
ElseIf (constraints And TypeParameterConstraintKind.
ValueType
) <> 0 Then
72
If (constraints And TypeParameterConstraintKind.
ValueType
) <> 0 Then
79
constraints = constraints Or TypeParameterConstraintKind.
ValueType
80
constraintsBuilder.Add(New TypeParameterConstraint(TypeParameterConstraintKind.
ValueType
, syntax.GetLocation()))
Symbols\ConstraintsHelper.vb (1)
127
Case TypeParameterConstraintKind.
ValueType
Symbols\Metadata\PE\PETypeParameterSymbol.vb (1)
180
constraintsBuilder.Add(New TypeParameterConstraint(TypeParameterConstraintKind.
ValueType
, Nothing))
Symbols\TypeParameterConstraint.vb (3)
19
(kind = TypeParameterConstraintKind.
ValueType
))
57
Return Kind = TypeParameterConstraintKind.
ValueType
79
Case TypeParameterConstraintKind.
ValueType