3 writes to _displayName
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\ValidationContext.cs (3)
137
_displayName
= GetDisplayName();
140
_displayName
= ObjectType.Name;
151
_displayName
= value;
3 references to _displayName
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\ValidationContext.cs (3)
135
if (string.IsNullOrEmpty(
_displayName
))
138
if (string.IsNullOrEmpty(
_displayName
))
143
return
_displayName
;