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