1 write to _errorMessageResourceType
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttribute.cs (1)
186
this.
_errorMessageResourceType
= value;
6 references to _errorMessageResourceType
System.ComponentModel.DataAnnotations (6)
DataAnnotations\ValidationAttribute.cs (6)
183
return this.
_errorMessageResourceType
;
206
bool resourceTypeSet = this.
_errorMessageResourceType
!= null;
236
if (this.
_errorMessageResourceType
!= null && !string.IsNullOrEmpty(this._errorMessageResourceName)) {
240
var property = this.
_errorMessageResourceType
.GetProperty(this._errorMessageResourceName, BindingFlags.Public | BindingFlags.Static | BindingFlags.NonPublic);
255
this.
_errorMessageResourceType
.FullName,
264
this.
_errorMessageResourceType
.FullName));