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