1 write to _maxLength
System.Configuration (1)
System\Configuration\StringValidatorAttribute.cs (1)
60_maxLength = value;
3 references to _maxLength
System.Configuration (3)
System\Configuration\StringValidatorAttribute.cs (3)
34return new StringValidator(_minLength, _maxLength, _invalidChars); 43if (_maxLength < value) { 53return _maxLength;