1 write to _firstParameterType
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\CustomValidationAttribute.cs (1)
279
_firstParameterType
= parameterInfos[0].ParameterType;
2 references to _firstParameterType
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\CustomValidationAttribute.cs (2)
152
_firstParameterType
,
305
var expectedValueType =
_firstParameterType
!;