3 references to AttributeFactories
System.Web (3)
ModelBinding\DataAnnotationsModelValidatorProvider.cs (3)
96if (!AttributeFactories.TryGetValue(attribute.GetType(), out factory)) { 128AttributeFactories[attributeType] = (metadata, context, attribute) => (ModelValidator)constructor.Invoke(new object[] { metadata, context, attribute }); 144AttributeFactories[attributeType] = factory;