4 references to GetPropertyValidationAttributes
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\Validator.cs (4)
60
var attributes = _store.
GetPropertyValidationAttributes
(validationContext);
222
var attributes = _store.
GetPropertyValidationAttributes
(validationContext);
470
var attributes = _store.
GetPropertyValidationAttributes
(property.Key);
527
if (_store.
GetPropertyValidationAttributes
(context).Any())