3 references to GetAutoGenerateField
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DisplayAttribute.cs (1)
223/// Consumers must use the <see cref="GetAutoGenerateField"/> method to retrieve the value, as this property getter will throw
System.Web.DynamicData (2)
DynamicData\MetaColumn.cs (2)
272if (displayAttribute != null && displayAttribute.GetAutoGenerateField().HasValue) { 273return displayAttribute.GetAutoGenerateField().Value;