4 writes to CustomErrorMessageSet
System.ComponentModel.DataAnnotations (4)
DataAnnotations\ValidationAttribute.cs (4)
83this.CustomErrorMessageSet = true; 142this.CustomErrorMessageSet = true; 168this.CustomErrorMessageSet = true; 188this.CustomErrorMessageSet = true;
1 reference to CustomErrorMessageSet
System.ComponentModel.DataAnnotations (1)
DataAnnotations\StringLengthAttribute.cs (1)
69bool useErrorMessageWithMinimum = this.MinimumLength != 0 && !this.CustomErrorMessageSet;