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)
51if (len < _minLength) { 52throw new ArgumentException(SR.GetString(SR.Validator_string_min_length, _minLength));