1 write to _max
System.Configuration (1)
System\Configuration\LongValidatorAttribute.cs (1)
58_max = value;
3 references to _max
System.Configuration (3)
System\Configuration\LongValidatorAttribute.cs (3)
31return new LongValidator(_min, _max, _excludeRange); 43if (_max < value) { 52return _max;