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