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)
288string? errorMessage = _malformedErrorMessage.Value;