3 references to DataAnnotationsModelValidator
System.Web (3)
ModelBinding\DataAnnotationsModelValidator.cs (1)
53return new DataAnnotationsModelValidator(metadata, context, attribute);
ModelBinding\DataAnnotationsModelValidator`1.cs (1)
6: base(metadata, context, attribute) { }
ModelBinding\DataAnnotationsModelValidatorProvider.cs (1)
34(metadata, context, attribute) => new DataAnnotationsModelValidator(metadata, context, attribute);