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)
135if (string.IsNullOrEmpty(_displayName)) 138if (string.IsNullOrEmpty(_displayName)) 143return _displayName;