6 instantiations of ScaffoldColumnAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (4)
DataAnnotationsMetadataProviderTest.cs (2)
75{ new ScaffoldColumnAttribute(scaffold: false), d => d.ShowForDisplay, false }, 76{ new ScaffoldColumnAttribute(scaffold: false), d => d.ShowForEdit, false },
ModelMetadataProviderTest.cs (2)
986[ScaffoldColumn(scaffold: true)] 989[ScaffoldColumn(scaffold: false)]
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\DefaultTemplatesUtilities.cs (2)
43[ScaffoldColumn(false)] 46[ScaffoldColumn(true)]
3 references to ScaffoldColumnAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
65var scaffoldColumnAttribute = attributes.OfType<ScaffoldColumnAttribute>().FirstOrDefault();
System.ComponentModel.DataAnnotations (1)
System.ComponentModel.DataAnnotations.cs (1)
29[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute))]