7 references to _store
System.ComponentModel.Annotations (7)
System\ComponentModel\DataAnnotations\Validator.cs (7)
53var propertyType = _store.GetPropertyType(validationContext); 60var attributes = _store.GetPropertyValidationAttributes(validationContext); 219var propertyType = _store.GetPropertyType(validationContext); 222var attributes = _store.GetPropertyValidationAttributes(validationContext); 420var attributes = _store.GetTypeValidationAttributes(validationContext); 470var attributes = _store.GetPropertyValidationAttributes(property.Key); 527if (_store.GetPropertyValidationAttributes(context).Any())