1 write to _valuesType
System.ComponentModel.DataAnnotations (1)
DataAnnotations\CustomValidationAttribute.cs (1)
253this._valuesType = parameterInfos[0].ParameterType;
2 references to _valuesType
System.ComponentModel.DataAnnotations (2)
DataAnnotations\CustomValidationAttribute.cs (2)
139(value != null ? value.GetType().ToString() : "null"), this._valuesType, this._validatorType, this._method)); 276Type t = this._valuesType;