1 write to _errorMessageResourceName
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttribute.cs (1)
166this._errorMessageResourceName = value;
5 references to _errorMessageResourceName
System.ComponentModel.DataAnnotations (5)
DataAnnotations\ValidationAttribute.cs (5)
163return this._errorMessageResourceName; 204bool resourceNameSet = !string.IsNullOrEmpty(this._errorMessageResourceName); 236if (this._errorMessageResourceType != null && !string.IsNullOrEmpty(this._errorMessageResourceName)) { 240var property = this._errorMessageResourceType.GetProperty(this._errorMessageResourceName, BindingFlags.Public | BindingFlags.Static | BindingFlags.NonPublic); 256this._errorMessageResourceName));