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