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