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