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