4 writes to _displayName
System.ComponentModel.DataAnnotations (4)
DataAnnotations\ValidationContext.cs (4)
170this._displayName = this.GetDisplayName(); 173this._displayName = this.MemberName; 176this._displayName = this.ObjectType.Name; 186this._displayName = value;
4 references to _displayName
System.ComponentModel.DataAnnotations (4)
DataAnnotations\ValidationContext.cs (4)
169if (string.IsNullOrEmpty(this._displayName)) { 172if (string.IsNullOrEmpty(this._displayName)) { 175if (string.IsNullOrEmpty(this._displayName)) { 180return this._displayName;