5 references to ValueTypeFromConstraintTypes
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (2)
431Debug.Assert((constraintKind & (TypeParameterConstraintKind.ValueTypeFromConstraintTypes | TypeParameterConstraintKind.ReferenceTypeFromConstraintTypes)) == 0); 435constraintKind |= TypeParameterConstraintKind.ValueTypeFromConstraintTypes;
Symbols\Source\SourceTypeParameterSymbol.cs (2)
522return (constraints & TypeParameterConstraintKind.ValueTypeFromConstraintTypes) != 0; 664return (constraints & TypeParameterConstraintKind.ValueTypeFromConstraintTypes) != 0;
Symbols\Source\TypeParameterConstraintClause.cs (1)
122TypeParameterConstraintKind.ValueTypeFromConstraintTypes | TypeParameterConstraintKind.ReferenceTypeFromConstraintTypes |