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)
172if (string.IsNullOrEmpty(_displayName)) 175if (string.IsNullOrEmpty(_displayName)) 180return _displayName;