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