1 write to DisplayAttribute
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttributeStore.cs (1)
150this.DisplayAttribute = attributes.OfType<DisplayAttribute>().SingleOrDefault();
2 references to DisplayAttribute
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationAttributeStore.cs (2)
49return item.DisplayAttribute; 73return item.DisplayAttribute;