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