1 write to _memberName
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationContext.cs (1)
200
this.
_memberName
= value;
2 references to _memberName
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationContext.cs (2)
197
return this.
_memberName
;
228
if (string.IsNullOrEmpty(this.
_memberName
)) {