3 instantiations of DisplayColumnAttribute
BasicWebSite (1)
Models\User.cs (1)
8[DisplayColumn("Name")]
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsMetadataProviderTest.cs (1)
40{ new DisplayColumnAttribute("Property"), d => d.SimpleDisplayProperty, "Property" },
ModelMetadataProviderTest.cs (1)
243var attributes = new[] { new DisplayColumnAttribute("Property") };
3 references to DisplayColumnAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
61var displayColumnAttribute = attributes.OfType<DisplayColumnAttribute>().FirstOrDefault();
System.ComponentModel.DataAnnotations (1)
System.ComponentModel.DataAnnotations.cs (1)
13[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.DisplayColumnAttribute))]