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