2 writes to _lastMessage
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\CustomValidationAttribute.cs (2)
172_lastMessage = null; 176_lastMessage = result.ErrorMessage;
2 references to _lastMessage
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\CustomValidationAttribute.cs (2)
198if (!string.IsNullOrEmpty(_lastMessage)) 200return string.Format(CultureInfo.CurrentCulture, _lastMessage, name);