2 references to TryGetPropertyStoreItem
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationAttributeStore.cs (2)
99return typeItem.TryGetPropertyStoreItem(validationContext.MemberName, out item); 177if (!this.TryGetPropertyStoreItem(propertyName, out item)) {