1 write to _typeId
System.ComponentModel.DataAnnotations (1)
DataAnnotations\CustomValidationAttribute.cs (1)
110
_typeId
= new Tuple<string, Type>(this._method, this._validatorType);
2 references to _typeId
System.ComponentModel.DataAnnotations (2)
DataAnnotations\CustomValidationAttribute.cs (2)
109
if (
_typeId
== null) {
112
return
_typeId
;