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