1 write to _minLength
System.Configuration.ConfigurationManager (1)
System\Configuration\StringValidator.cs (1)
22
_minLength
= minLength;
2 references to _minLength
System.Configuration.ConfigurationManager (2)
System\Configuration\StringValidator.cs (2)
39
if (len <
_minLength
)
40
throw new ArgumentException(SR.Format(SR.Validator_string_min_length,
_minLength
));