1 instantiation of TypeStoreItem
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (1)
129return new TypeStoreItem(type, attributes);
10 references to TypeStoreItem
System.ComponentModel.Annotations (10)
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (10)
23private readonly ConcurrentDictionary<Type, TypeStoreItem> _typeStoreItems = new(); 39var item = GetTypeStoreItem(validationContext.ObjectType); 52var item = GetTypeStoreItem(validationContext.ObjectType); 65var typeItem = GetTypeStoreItem(validationContext.ObjectType); 79var typeItem = GetTypeStoreItem(validationContext.ObjectType); 93var typeItem = GetTypeStoreItem(validationContext.ObjectType); 109var typeItem = GetTypeStoreItem(validationContext.ObjectType); 118private TypeStoreItem GetTypeStoreItem([DynamicallyAccessedMembers(TypeStoreItem.DynamicallyAccessedTypes)] Type type) 126static TypeStoreItem AddTypeStoreItem(Type type)