1 write to _maxLength
System.Configuration.ConfigurationManager (1)
System\Configuration\StringValidator.cs (1)
23_maxLength = maxLength;
2 references to _maxLength
System.Configuration.ConfigurationManager (2)
System\Configuration\StringValidator.cs (2)
41if (len > _maxLength) 42throw new ArgumentException(SR.Format(SR.Validator_string_max_length, _maxLength));