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