4 references to AllValueTypeKinds
Microsoft.CodeAnalysis.CSharp (4)
Symbols\ConstraintsHelper.cs (1)
433
if ((constraintKind & TypeParameterConstraintKind.
AllValueTypeKinds
) == 0 && isValueTypeMap[typeParameter])
Symbols\Source\SourceTypeParameterSymbol.cs (2)
503
return (constraints & TypeParameterConstraintKind.
AllValueTypeKinds
) != 0;
645
return (constraints & TypeParameterConstraintKind.
AllValueTypeKinds
) != 0;
Symbols\Source\TypeParameterConstraintClause.cs (1)
163
if ((constraintClause.Constraints & TypeParameterConstraintKind.
AllValueTypeKinds
) != 0)