2 references to GetAttributeAdapterConstructor
System.Web (2)
ModelBinding\DataAnnotationsModelValidatorProvider.cs (2)
123
ConstructorInfo constructor =
GetAttributeAdapterConstructor
(attributeType, adapterType);
153
ConstructorInfo constructor =
GetAttributeAdapterConstructor
(typeof(ValidationAttribute), adapterType);