1 write to _maxLength
System.Configuration (1)
System\Configuration\StringValidator.cs (1)
37_maxLength = maxLength;
2 references to _maxLength
System.Configuration (2)
System\Configuration\StringValidator.cs (2)
55if (len > _maxLength) { 56throw new ArgumentException(SR.GetString(SR.Validator_string_max_length, _maxLength));