8 references to GetPropertyValidationAttributes
System.ComponentModel.Annotations (8)
System\ComponentModel\DataAnnotations\Validator.cs (8)
62
var attributes = _store.
GetPropertyValidationAttributes
(validationContext);
224
var attributes = _store.
GetPropertyValidationAttributes
(validationContext);
367
var attributes = _store.
GetPropertyValidationAttributes
(validationContext);
531
var attributes = _store.
GetPropertyValidationAttributes
(validationContext);
726
var attributes = _store.
GetPropertyValidationAttributes
(property.Key);
781
var attributes = _store.
GetPropertyValidationAttributes
(property.Key);
1079
var attributes = _store.
GetPropertyValidationAttributes
(property.Key);
1135
if (_store.
GetPropertyValidationAttributes
(context).Any())