1 write to _errorMessage
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttribute.cs (1)
140this._errorMessage = value;
2 references to _errorMessage
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationAttribute.cs (2)
137return this._errorMessage ?? this._defaultErrorMessage; 205bool errorMessageSet = !string.IsNullOrEmpty(this._errorMessage);