1 write to _minLength
System.Configuration (1)
System\Configuration\StringValidator.cs (1)
36
_minLength
= minLength;
2 references to _minLength
System.Configuration (2)
System\Configuration\StringValidator.cs (2)
51
if (len <
_minLength
) {
52
throw new ArgumentException(SR.GetString(SR.Validator_string_min_length,
_minLength
));