1 write to _autoGenerateField
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DisplayAttribute.cs (1)
240this._autoGenerateField = value;
3 references to _autoGenerateField
System.ComponentModel.DataAnnotations (3)
DataAnnotations\DisplayAttribute.cs (3)
233if (!this._autoGenerateField.HasValue) { 237return this._autoGenerateField.Value; 448return this._autoGenerateField;