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