1 write to _type
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttributeStore.cs (1)
172
this.
_type
= type;
2 references to _type
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationAttributeStore.cs (2)
178
throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.AttributeStore_Unknown_Property, this.
_type
.Name, propertyName), "propertyName");
211
PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(this.
_type
);