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