6 references to Constructor
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Constraints.cs (1)
213constraints |= TypeParameterConstraintKind.Constructor;
Symbols\Source\SourceNamedTypeSymbol.cs (1)
724if (((mergedKind | clause.Constraints) & ~(TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType | TypeParameterConstraintKind.Constructor)) == 0 &&
Symbols\Source\SourceTypeParameterSymbol.cs (2)
494return (constraints & TypeParameterConstraintKind.Constructor) != 0; 636return (constraints & TypeParameterConstraintKind.Constructor) != 0;
Symbols\Source\TypeParameterConstraintClause.cs (2)
65AllNonNullableKinds = ReferenceType | ValueType | Constructor | Unmanaged | AllowByRefLike, 120(constraints & ~(TypeParameterConstraintKind.ObliviousNullabilityIfReferenceType | TypeParameterConstraintKind.Constructor |