14 references to _store
System.ComponentModel.Annotations (14)
System\ComponentModel\DataAnnotations\Validator.cs (14)
55var propertyType = _store.GetPropertyType(validationContext); 62var attributes = _store.GetPropertyValidationAttributes(validationContext); 221var propertyType = _store.GetPropertyType(validationContext); 224var attributes = _store.GetPropertyValidationAttributes(validationContext); 360var propertyType = _store.GetPropertyType(validationContext); 367var attributes = _store.GetPropertyValidationAttributes(validationContext); 528var propertyType = _store.GetPropertyType(validationContext); 531var attributes = _store.GetPropertyValidationAttributes(validationContext); 660var attributes = _store.GetTypeValidationAttributes(validationContext); 726var attributes = _store.GetPropertyValidationAttributes(property.Key); 781var attributes = _store.GetPropertyValidationAttributes(property.Key); 1029var attributes = _store.GetTypeValidationAttributes(validationContext); 1079var attributes = _store.GetPropertyValidationAttributes(property.Key); 1135if (_store.GetPropertyValidationAttributes(context).Any())