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