1 write to _type
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (1)
176
_type
= type;
2 references to _type
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (2)
184
throw new ArgumentException(SR.Format(SR.AttributeStore_Unknown_Property,
_type
.Name, propertyName),
215
var properties = TypeDescriptor.GetProperties(
_type
);