2 writes to _lastMessage
System.ComponentModel.DataAnnotations (2)
DataAnnotations\CustomValidationAttribute.cs (2)
156this._lastMessage = null; 159this._lastMessage = result.ErrorMessage;
2 references to _lastMessage
System.ComponentModel.DataAnnotations (2)
DataAnnotations\CustomValidationAttribute.cs (2)
182if (!string.IsNullOrEmpty(this._lastMessage)) { 183return String.Format(CultureInfo.CurrentCulture, this._lastMessage, name);