1 write to _order
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DisplayAttribute.cs (1)
292this._order = value;
3 references to _order
System.ComponentModel.DataAnnotations (3)
DataAnnotations\DisplayAttribute.cs (3)
285if (!this._order.HasValue) { 289return this._order.Value; 481return this._order;