3 references to GetPropertyType
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\ValidationContext.cs (1)
183_propertyType = propertyType = ValidationAttributeStore.Instance.GetPropertyType(this);
System\ComponentModel\DataAnnotations\Validator.cs (2)
53var propertyType = _store.GetPropertyType(validationContext); 219var propertyType = _store.GetPropertyType(validationContext);