4 references to EditableAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (4)
DataAnnotationsMetadataProviderTest.cs (2)
153var editable = new EditableAttribute(allowEdit: false); 172var editable = new EditableAttribute(allowEdit: true);
ModelMetadataProviderTest.cs (2)
305new EditableAttribute(allowEdit: false), 310new EditableAttribute(allowEdit: true),