3 references to GetOrder
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
186.OrderBy(field => field.GetCustomAttribute<DisplayAttribute>(inherit: false)?.GetOrder() ?? 1000); 248if (displayAttribute?.GetOrder() is int order)
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (1)
254/// Consumers must use the <see cref="GetOrder" /> method to retrieve the value, as this property getter will throw