1 write to _max
System.Configuration (1)
System\Configuration\IntegerValidatorAttribute.cs (1)
60
_max
= value;
3 references to _max
System.Configuration (3)
System\Configuration\IntegerValidatorAttribute.cs (3)
34
return new IntegerValidator(_min,
_max
, _excludeRange);
43
if (
_max
< value) {
53
return
_max
;