1 override of GetValidators
System.Web (1)
ModelBinding\AssociatedValidatorProvider.cs (1)
13public override sealed IEnumerable<ModelValidator> GetValidators(ModelMetadata metadata, ModelBindingExecutionContext context) {
1 reference to GetValidators
System.Web (1)
ModelBinding\ModelValidatorProviderCollection.cs (1)
31return this.SelectMany(provider => provider.GetValidators(metadata, context));