1 write to _order
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (1)
274set => _order = value;
3 references to _order
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (3)
265if (!_order.HasValue) 272return _order.GetValueOrDefault(); 439public int? GetOrder() => _order;