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