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)
178if (string.IsNullOrEmpty(_displayName)) 181if (string.IsNullOrEmpty(_displayName)) 186return _displayName;