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