5 references to ValueTypeFromConstraintTypes
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (2)
402Debug.Assert((constraintKind & (TypeParameterConstraintKind.ValueTypeFromConstraintTypes | TypeParameterConstraintKind.ReferenceTypeFromConstraintTypes)) == 0); 406constraintKind |= TypeParameterConstraintKind.ValueTypeFromConstraintTypes;
Symbols\Source\SourceTypeParameterSymbol.cs (2)
508return (constraints & TypeParameterConstraintKind.ValueTypeFromConstraintTypes) != 0; 641return (constraints & TypeParameterConstraintKind.ValueTypeFromConstraintTypes) != 0;
Symbols\Source\TypeParameterConstraintClause.cs (1)
119TypeParameterConstraintKind.PartialMismatch | TypeParameterConstraintKind.ValueTypeFromConstraintTypes | TypeParameterConstraintKind.ReferenceTypeFromConstraintTypes)) == 0);