2 writes to DefaultAttributeFactory
System.Web (2)
ModelBinding\DataAnnotationsModelValidatorProvider.cs (2)
155
DefaultAttributeFactory
= (metadata, context, attribute) => (ModelValidator)constructor.Invoke(new object[] { metadata, context, attribute });
161
DefaultAttributeFactory
= factory;
1 reference to DefaultAttributeFactory
System.Web (1)
ModelBinding\DataAnnotationsModelValidatorProvider.cs (1)
97
factory =
DefaultAttributeFactory
;