1 instantiation of PropertyStoreItem
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttributeStore.cs (1)
213
PropertyStoreItem item = new
PropertyStoreItem
(property.PropertyType, GetExplicitAttributes(property).Cast<Attribute>());
12 references to PropertyStoreItem
System.ComponentModel.DataAnnotations (12)
DataAnnotations\ValidationAttributeStore.cs (12)
60
PropertyStoreItem
item = typeItem.GetPropertyStoreItem(validationContext.MemberName);
72
PropertyStoreItem
item = typeItem.GetPropertyStoreItem(validationContext.MemberName);
84
PropertyStoreItem
item = typeItem.GetPropertyStoreItem(validationContext.MemberName);
98
PropertyStoreItem
item = null;
168
private Dictionary<string,
PropertyStoreItem
> _propertyStoreItems;
175
internal
PropertyStoreItem
GetPropertyStoreItem(string propertyName) {
176
PropertyStoreItem
item = null;
183
internal bool TryGetPropertyStoreItem(string propertyName, out
PropertyStoreItem
item) {
201
private Dictionary<string,
PropertyStoreItem
> CreatePropertyStoreItems() {
202
Dictionary<string,
PropertyStoreItem
> propertyStoreItems = new Dictionary<string,
PropertyStoreItem
>();
213
PropertyStoreItem
item = new PropertyStoreItem(property.PropertyType, GetExplicitAttributes(property).Cast<Attribute>());