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