1 instantiation of PropertyStoreItem
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (1)
218
var item = new
PropertyStoreItem
(property.PropertyType, GetExplicitAttributes(property));
10 references to PropertyStoreItem
System.ComponentModel.Annotations (10)
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (10)
66
var
item = typeItem.GetPropertyStoreItem(validationContext.MemberName!);
80
var
item = typeItem.GetPropertyStoreItem(validationContext.MemberName!);
94
var
item = typeItem.GetPropertyStoreItem(validationContext.MemberName!);
171
private Dictionary<string,
PropertyStoreItem
>? _propertyStoreItems;
180
internal
PropertyStoreItem
GetPropertyStoreItem(string propertyName)
182
if (!TryGetPropertyStoreItem(propertyName, out
PropertyStoreItem
? item))
192
internal bool TryGetPropertyStoreItem(string propertyName, [NotNullWhen(true)] out
PropertyStoreItem
? item)
211
private Dictionary<string,
PropertyStoreItem
> CreatePropertyStoreItems()
213
var propertyStoreItems = new Dictionary<string,
PropertyStoreItem
>();
218
var
item = new PropertyStoreItem(property.PropertyType, GetExplicitAttributes(property));