2 references to AllowByRefLikeConstraint
Mono.Cecil (2)
Mono.Cecil\GenericParameter.cs (2)
169 get { return attributes.GetAttributes ((ushort) GenericParameterAttributes.AllowByRefLikeConstraint); } 170 set { attributes = attributes.SetAttributes ((ushort) GenericParameterAttributes.AllowByRefLikeConstraint, value); }