1 write to _displayNameAttribute
System.Web.DynamicData (1)
DynamicData\MetaTable.cs (1)
993
_displayNameAttribute
= Attributes.FirstOrDefault<DisplayNameAttribute>();
1 reference to _displayNameAttribute
System.Web.DynamicData (1)
DynamicData\MetaTable.cs (1)
1007
return
_displayNameAttribute
.GetPropertyValue(a => a.DisplayName, null);