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)
34return new IntegerValidator(_min, _max, _excludeRange); 43if (_max < value) { 53return _max;