1 instantiation of TypeStoreItem
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttributeStore.cs (1)
123
item = new
TypeStoreItem
(type, attributes);
10 references to TypeStoreItem
System.ComponentModel.DataAnnotations (10)
DataAnnotations\ValidationAttributeStore.cs (10)
19
private Dictionary<Type,
TypeStoreItem
> _typeStoreItems = new Dictionary<Type,
TypeStoreItem
>();
37
TypeStoreItem
item = this.GetTypeStoreItem(validationContext.ObjectType);
48
TypeStoreItem
item = this.GetTypeStoreItem(validationContext.ObjectType);
59
TypeStoreItem
typeItem = this.GetTypeStoreItem(validationContext.ObjectType);
71
TypeStoreItem
typeItem = this.GetTypeStoreItem(validationContext.ObjectType);
83
TypeStoreItem
typeItem = this.GetTypeStoreItem(validationContext.ObjectType);
97
TypeStoreItem
typeItem = this.GetTypeStoreItem(validationContext.ObjectType);
108
private
TypeStoreItem
GetTypeStoreItem(Type type)
115
TypeStoreItem
item = null;