3 writes to _displayName
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\ValidationContext.cs (3)
180
_displayName
= GetDisplayName();
183
_displayName
= ObjectType.Name;
194
_displayName
= value;
3 references to _displayName
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\ValidationContext.cs (3)
178
if (string.IsNullOrEmpty(
_displayName
))
181
if (string.IsNullOrEmpty(
_displayName
))
186
return
_displayName
;