1 write to _excludeRange
System.Configuration (1)
System\Configuration\TimeSpanValidatorAttribute.cs (1)
89
_excludeRange
= value;
2 references to _excludeRange
System.Configuration (2)
System\Configuration\TimeSpanValidatorAttribute.cs (2)
38
return new TimeSpanValidator(_min, _max,
_excludeRange
);
86
return
_excludeRange
;