5 references to AllowByRefLike
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Constraints.cs (1)
327
constraints |= TypeParameterConstraintKind.
AllowByRefLike
;
Symbols\Source\SourceTypeParameterSymbol.cs (2)
513
return (constraints & TypeParameterConstraintKind.
AllowByRefLike
) != 0;
694
return (constraints & TypeParameterConstraintKind.
AllowByRefLike
) != 0;
Symbols\Source\TypeParameterConstraintClause.cs (2)
64
AllNonNullableKinds = ReferenceType | ValueType | Constructor | Unmanaged |
AllowByRefLike
,
122
TypeParameterConstraintKind.
AllowByRefLike
)) == 0);