2 references to TryGetPropertyStoreItem
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (2)
110
return typeItem.
TryGetPropertyStoreItem
(validationContext.MemberName!, out _);
182
if (!
TryGetPropertyStoreItem
(propertyName, out PropertyStoreItem? item))