2 references to CustomValidationAttribute_Method_Signature
System.ComponentModel.DataAnnotations (2)
DataAnnotations\CustomValidationAttribute.cs (2)
238
return String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.
CustomValidationAttribute_Method_Signature
, this._method, this._validatorType.Name);
248
return String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.
CustomValidationAttribute_Method_Signature
, this._method, this._validatorType.Name);