4 references to ValueTypeFromConstraintTypes
Microsoft.CodeAnalysis.CSharp (4)
Symbols\ConstraintsHelper.cs (2)
431Debug.Assert((constraintKind & (TypeParameterConstraintKind.ValueTypeFromConstraintTypes | TypeParameterConstraintKind.ReferenceTypeFromConstraintTypes)) == 0); 435constraintKind |= TypeParameterConstraintKind.ValueTypeFromConstraintTypes;
Symbols\Source\SourceTypeParameterSymbol.cs (2)
513return (constraints & TypeParameterConstraintKind.ValueTypeFromConstraintTypes) != 0; 694return (constraints & TypeParameterConstraintKind.ValueTypeFromConstraintTypes) != 0;