1 write to _max
System.Configuration (1)
System\Configuration\TimeSpanValidatorAttribute.cs (1)
80_max = timeValue;
4 references to _max
System.Configuration (4)
System\Configuration\TimeSpanValidatorAttribute.cs (4)
38return new TimeSpanValidator(_min, _max, _excludeRange); 50return _max; 61if (_max < timeValue) { 71return _max.ToString();