5 references to AllowByRefLike
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Constraints.cs (1)
326constraints |= TypeParameterConstraintKind.AllowByRefLike;
Symbols\Source\SourceTypeParameterSymbol.cs (2)
512return (constraints & TypeParameterConstraintKind.AllowByRefLike) != 0; 654return (constraints & TypeParameterConstraintKind.AllowByRefLike) != 0;
Symbols\Source\TypeParameterConstraintClause.cs (2)
65AllNonNullableKinds = ReferenceType | ValueType | Constructor | Unmanaged | AllowByRefLike, 123TypeParameterConstraintKind.AllowByRefLike)) == 0);