1 write to _min
System.Configuration (1)
System\Configuration\LongValidatorAttribute.cs (1)
46
_min
= value;
3 references to _min
System.Configuration (3)
System\Configuration\LongValidatorAttribute.cs (3)
31
return new LongValidator(
_min
, _max, _excludeRange);
40
return
_min
;
55
if (
_min
> value) {