1 write to _malformedErrorMessage
System.ComponentModel.DataAnnotations (1)
DataAnnotations\CustomValidationAttribute.cs (1)
79_malformedErrorMessage = new Lazy<string>(CheckAttributeWellFormed);
1 reference to _malformedErrorMessage
System.ComponentModel.DataAnnotations (1)
DataAnnotations\CustomValidationAttribute.cs (1)
261string errorMessage = _malformedErrorMessage.Value;