3 references to EditableAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
46
var
editableAttribute = context.Attributes.OfType<
EditableAttribute
>().FirstOrDefault();
System.ComponentModel.DataAnnotations (1)
System.ComponentModel.DataAnnotations.cs (1)
15
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.
EditableAttribute
))]