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)
39if (len < _minLength) 40throw new ArgumentException(SR.Format(SR.Validator_string_min_length, _minLength));