2 writes to _defaultErrorMessage
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationAttribute.cs (2)
81
this.
_defaultErrorMessage
= value;
149
this.
_defaultErrorMessage
= null;
3 references to _defaultErrorMessage
System.ComponentModel.DataAnnotations (3)
DataAnnotations\ValidationAttribute.cs (3)
77
return this.
_defaultErrorMessage
;
137
return this._errorMessage ?? this.
_defaultErrorMessage
;
207
bool defaultMessageSet = !string.IsNullOrEmpty(this.
_defaultErrorMessage
);