3 writes to _errorMessage
System.ComponentModel.DataAnnotations (3)
DataAnnotations\ValidationResult.cs (3)
55
this.
_errorMessage
= errorMessage;
70
this.
_errorMessage
= validationResult._errorMessage;
95
this.
_errorMessage
= value;
2 references to _errorMessage
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationResult.cs (2)
70
this._errorMessage = validationResult.
_errorMessage
;
92
return this.
_errorMessage
;