3 writes to _displayName
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\ValidationContext.cs (3)
174
_displayName
= GetDisplayName();
177
_displayName
= ObjectType.Name;
188
_displayName
= value;
3 references to _displayName
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\ValidationContext.cs (3)
172
if (string.IsNullOrEmpty(
_displayName
))
175
if (string.IsNullOrEmpty(
_displayName
))
180
return
_displayName
;